diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-09-11 13:02:33 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-09-11 13:02:33 +0200 |
commit | 3fc8b04954ada246fd25a39b3403d6caafc8ff93 (patch) | |
tree | 9d73492aeb5b11b4513153073933af18df186035 /Makefile | |
parent | 8848c17897619c2045c5f946b286d53a7761e1b2 (diff) |
add AspectC++ to kconfig
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |