From 3fc8b04954ada246fd25a39b3403d6caafc8ff93 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 11 Sep 2020 13:02:33 +0200 Subject: add AspectC++ to kconfig --- src/arch/posix/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/posix/Makefile.inc') 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 -- cgit v1.2.3