build: namespace autoconf.h
with zephyr/
Namespace the generated `autoconf.h` file with `zephyr/`. Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
parent
2d912d52a0
commit
0dac6c132b
9 changed files with 11 additions and 10 deletions
|
@ -7,7 +7,7 @@
|
|||
#ifndef __RTE_DEVICE_H
|
||||
#define __RTE_DEVICE_H
|
||||
|
||||
#include <autoconf.h>
|
||||
#include <zephyr/autoconf.h>
|
||||
|
||||
/* ARRAY_SIZE causes a conflict as it is defined both by TF-M and indirectly by devicetree.h */
|
||||
#undef ARRAY_SIZE
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#ifndef DEVICE_CFG_H__
|
||||
#define DEVICE_CFG_H__
|
||||
|
||||
#include <autoconf.h>
|
||||
#include <zephyr/autoconf.h>
|
||||
|
||||
/* ARRAY_SIZE causes a conflict as it is defined both by TF-M and indirectly by devicetree.h */
|
||||
#undef ARRAY_SIZE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue