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:
Yong Cong Sin 2024-01-31 11:12:46 +08:00 committed by Henrik Brix Andersen
commit 0dac6c132b
9 changed files with 11 additions and 10 deletions

View file

@ -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

View file

@ -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