zephyr/samples/xtensa_asm2/CMakeLists.txt
Kumar Gala e0e188d3d3 samples: xtensa_asm2: Cleanup stray IS_TEST reference
We removed IS_TEST a while ago.  Remove this stray reference

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-05-22 12:36:58 -04:00

7 lines
161 B
CMake

include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(NONE)
enable_language(ASM)
target_sources(app PRIVATE src/main.c src/asmhelp.S)