Index: host/Makefile |
diff --git a/host/Makefile b/host/Makefile |
index 3226ac38e131c879c5bc0626035c2b912b4a803a..7c2866b3927b7899a4aaa31eea5b2cdc0328bfb1 100644 |
--- a/host/Makefile |
+++ b/host/Makefile |
@@ -8,12 +8,14 @@ BUILD_ROOT := ${BUILD}/$(shell basename ${HOSTTOP}) |
INCLUDES += \ |
-I$(HOSTTOP)/include \ |
+ -I$(HOSTTOP)/arch/$(ARCH)/include \ |
-I$(FWDIR)/lib/include \ |
-I$(FWDIR)/lib/cgptlib/include \ |
-I$(FWDIR)/lib/cryptolib/include |
# find ./lib -iname '*.c' | sort |
LIB_SRCS = \ |
+ ./arch/$(ARCH)/lib/crossystem_arch.c \ |
./lib/crossystem.c \ |
./lib/file_keys.c \ |
./lib/fmap.c \ |