aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.mk')
-rw-r--r--src/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.mk b/src/common.mk
index 2b87c33f0..07b5e373d 100644
--- a/src/common.mk
+++ b/src/common.mk
@@ -2,7 +2,7 @@
2# 2#
3# Note: "ROOT" must be defined before including this file. 3# Note: "ROOT" must be defined before including this file.
4 4
5include $(ROOT)/config.mk 5-include $(ROOT)/config.mk
6 6
7H_FILE_LIST = $(sort $(wildcard *.h)) 7H_FILE_LIST = $(sort $(wildcard *.h))
8C_FILE_LIST = $(sort $(wildcard *.c)) 8C_FILE_LIST = $(sort $(wildcard *.c))