summaryrefslogtreecommitdiff
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rw-r--r--host/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Makefile b/host/Makefile
index 3e3eb4cd..c4b24d0b 100644
--- a/host/Makefile
+++ b/host/Makefile
@@ -37,7 +37,7 @@ test : $(HOSTLIB)
$(CC) $(CFLAGS) $(INCLUDES) -o $(BUILD_ROOT)/a.out $(TESTDIR)/main.c \
$(HOSTLIB) -lcrypto
-include ../common.mk
+include ../build.mk
$(HOSTLIB) : $(ALL_OBJS) $(FWLIB)
rm -rf $@ $(BUILD_ROOT)/.tmp