We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee4160 commit c6ceaa2Copy full SHA for c6ceaa2
src/ce/makefile
@@ -17,9 +17,9 @@
17
include $(CURDIR)/../common.mk
18
19
WILDCARD_SRC = $(wildcard *.src)
20
-WILDCARD_H = $(wildcard include/*.h)
21
-WILDCARD_HW_H = $(wildcard include/sys/*.h)
22
-WILDCARD_TI_H = $(wildcard include/ti/*.h include/ti/real)
+WILDCARD_H = $(wildcard $(call NATIVEPATH,include/*.h))
+WILDCARD_HW_H = $(wildcard $(call NATIVEPATH,include/sys/*.h))
+WILDCARD_TI_H = $(wildcard $(call NATIVEPATH,include/ti/*.h)) $(call NATIVEPATH,include/ti/real)
23
24
all:
25
0 commit comments