diff options
Diffstat (limited to 'project')
-rw-r--r-- | project/common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk index b34226d..0f3c32b 100644 --- a/project/common.mk +++ b/project/common.mk @@ -141,6 +141,7 @@ APP_SRCS = \ COMMON_SRCS = \ $(DYNLOAD_SRCS) \ + $(CONFIG_SRCS) \ $(MODULE_SRCS) \ $(OBJECT_SRCS) \ $(PARSER_SRCS) \ |