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

9 lines
186 B
CMake

# SPDX-License-Identifier: Apache-2.0
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
zephyr_cc_option(-march=lakemont -mtune=lakemont -msoft-float)
zephyr_sources(soc.c)