[PATCH v3 1/2] xen: add asm-generic dir to include path

Oleksii Kurochko posted 2 patches 2 years, 5 months ago
There is a newer version of this series
[PATCH v3 1/2] xen: add asm-generic dir to include path
Posted by Oleksii Kurochko 2 years, 5 months ago
asm-generic dir will contain empty/stubs generic for all architectures.

Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
---
Changes in V3:
 - Rename stubs dir to asm-generic
---
Changes in V2:
 - Nothing changed.
---
 xen/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xen/Makefile b/xen/Makefile
index f57e5a596c..5482c86080 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -438,6 +438,7 @@ ifdef building_out_of_srctree
 endif
 CFLAGS += -I$(srctree)/include
 CFLAGS += -I$(srctree)/arch/$(SRCARCH)/include
+CFLAGS += -I$(srctree)/include/asm-generic
 
 # Note that link order matters!
 ALL_OBJS-y                := common/built_in.o
-- 
2.41.0