summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.mk (renamed from common.mk)0
-rw-r--r--cgpt/Makefile2
-rw-r--r--firmware/Makefile2
-rw-r--r--host/Makefile2
4 files changed, 3 insertions, 3 deletions
diff --git a/common.mk b/build.mk
index 177605e5..177605e5 100644
--- a/common.mk
+++ b/build.mk
diff --git a/cgpt/Makefile b/cgpt/Makefile
index 546656d3..8e810d42 100644
--- a/cgpt/Makefile
+++ b/cgpt/Makefile
@@ -48,7 +48,7 @@ LIB_CGPT_CC_SRCS = \
main: $(PROGNAME)
-include ../common.mk
+include ../build.mk
LIB_CGPT_CC_OBJS = $(filter %.o, \
$(LIB_CGPT_CC_SRCS:%.c=${BUILD_ROOT}/%.o) \
diff --git a/firmware/Makefile b/firmware/Makefile
index 811c158b..6dcf0bb3 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -115,7 +115,7 @@ else
test : $(FWLIB)
endif
-include ../common.mk
+include ../build.mk
$(FWLIB) : $(LIB_OBJS)
rm -f $@
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