diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | include/common.h (renamed from common.h) | 0 |
2 files changed, 2 insertions, 1 deletions
@@ -72,7 +72,8 @@ CROSS_COMPILE ?= arm-linux-gnueabihf- | |||
72 | CFLAGS ?= \ | 72 | CFLAGS ?= \ |
73 | -fno-builtin \ | 73 | -fno-builtin \ |
74 | -Wall \ | 74 | -Wall \ |
75 | -Iinclude/soc/${SOC}/ | 75 | -Iinclude/soc/${SOC}/ \ |
76 | -Iinclude | ||
76 | 77 | ||
77 | BINS ?= \ | 78 | BINS ?= \ |
78 | sysfw.bin \ | 79 | sysfw.bin \ |
diff --git a/common.h b/include/common.h index 83c900cab..83c900cab 100644 --- a/common.h +++ b/include/common.h | |||