zephyr/soc/x86/intel_quark/quark_x1000/CMakeLists.txt

7 lines
147 B
CMake
Raw Normal View History

zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
zephyr_cc_option(-march=lakemont -mtune=lakemont -msoft-float)
zephyr_sources(soc.c)