diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-03-13 14:59:16 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-03-13 14:59:16 +0100 |
commit | 6326b0b4df2e158b839f607f506be6ce2972f1b5 (patch) | |
tree | ddd7a5501780526dd8560027dc027f5d27e888a9 /src/app | |
parent | b0f6217a794d3a7c1eb8cde6f20cd001f3318de9 (diff) |
msp430fr aspectc++ support
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/prototest/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app/prototest/Makefile.inc b/src/app/prototest/Makefile.inc index 957591a..a33fd48 100644 --- a/src/app/prototest/Makefile.inc +++ b/src/app/prototest/Makefile.inc @@ -1,3 +1,7 @@ +ifeq (${aspectc}, 1) + CXX_FLAGS += --Xweaver -asrc/app/prototest/prototest.ah --Xcompiler +endif + ifeq (${prototest_bench_energy}, 1) loop ?= 1 COMMON_FLAGS += -DPROTOTEST_BENCH_ENERGY |