aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.mk')
-rw-r--r--src/common.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common.mk b/src/common.mk
index 7fc23c6e7..30ba2b494 100644
--- a/src/common.mk
+++ b/src/common.mk
@@ -1,8 +1,6 @@
1# Common definitions for building C programs and non-shared objects. 1# Common definitions for building C programs and non-shared objects.
2# 2#
3# Note: "ROOT" must be defined before including this file. 3# Note: $(ROOT)/config.mk must be included before this file.
4
5-include $(ROOT)/config.mk
6 4
7H_FILE_LIST = $(sort $(wildcard *.h)) 5H_FILE_LIST = $(sort $(wildcard *.h))
8C_FILE_LIST = $(sort $(wildcard *.c)) 6C_FILE_LIST = $(sort $(wildcard *.c))