summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d4471fb..9ab2f86 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,10 @@ ifdef verbose
QUIET =
endif
+ifeq (${aspectc}, 1)
+ CONFIG_aspectc = y
+endif
+
ifneq (${app_dir}, )
include src/app/${app_dir}/Makefile.inc
endif