This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
8dd59f3d49
zephyr
/
arch
/
x86
/
soc
/
atom
/
Makefile
2 lines
88 B
Makefile
Raw
Normal View
History
Unescape
Escape
build: Introduce concept of SoC specific build flags Introduce a soc-cflags, soc-cxxflags, and soc-aflags as a means for SoC specific compiler flags to be set without manipulating Kbuild options directly. Change-Id: I2c8f5019fb237429e59717ef96bd4251a61dc1a5 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2016-05-26 23:32:04 +08:00
soc-cflags
=
-march
=
atom
$(
call cc-option,-mtune
=
atom,
$(
call cc-option,-mtune
=
generic
)
)