summaryrefslogtreecommitdiff
path: root/src/arch/posix/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-09-11 13:02:33 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2020-09-11 13:02:33 +0200
commit3fc8b04954ada246fd25a39b3403d6caafc8ff93 (patch)
tree9d73492aeb5b11b4513153073933af18df186035 /src/arch/posix/Makefile.inc
parent8848c17897619c2045c5f946b286d53a7761e1b2 (diff)
add AspectC++ to kconfig
Diffstat (limited to 'src/arch/posix/Makefile.inc')
-rw-r--r--src/arch/posix/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/posix/Makefile.inc b/src/arch/posix/Makefile.inc
index ee7ae95..4ae0907 100644
--- a/src/arch/posix/Makefile.inc
+++ b/src/arch/posix/Makefile.inc
@@ -8,7 +8,7 @@ OBJDUMP = objdump
ARCH_SHORTNAME = x64
-ifeq (${aspectc}, 1)
+ifdef CONFIG_aspectc
CXX = ag++ -r build/repo.acp -v 0 -p . --Xcompiler
endif