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 /src/arch/esp8266 | |
parent | 8848c17897619c2045c5f946b286d53a7761e1b2 (diff) |
add AspectC++ to kconfig
Diffstat (limited to 'src/arch/esp8266')
-rw-r--r-- | src/arch/esp8266/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/esp8266/Makefile.inc b/src/arch/esp8266/Makefile.inc index 8d0a085..1b82d31 100644 --- a/src/arch/esp8266/Makefile.inc +++ b/src/arch/esp8266/Makefile.inc @@ -13,7 +13,7 @@ OBJCOPY = ${TOOLCHAIN_BASE}/xtensa-lx106-elf-objcopy OBJDUMP = ${TOOLCHAIN_BASE}/xtensa-lx106-elf-objdump SIZE = ${TOOLCHAIN_BASE}/xtensa-lx106-elf-size -ifeq (${aspectc}, 1) +ifdef CONFIG_aspectc CXX = ag++ -r build/repo.acp -v 0 --c_compiler ${TOOLCHAIN_BASE}/xtensa-lx106-elf-g++ -p . --Xcompiler endif |