This website requires JavaScript.
Explore
Help
Sign in
michaelh
/
zephyr
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Releases
Activity
3816104619
zephyr
/
arch
/
arm
/
Kbuild
3 lines
74 B
Text
Raw
Normal View
History
Unescape
Escape
arm: only build configured platform Use CONFIG_PLATFORM to only build the selected platform. This will enable support for drop-in platforms. Makefile will not need to be changed for every new platforms. Change-Id: I22778e8242422e487e941143df3e521b33f2b0a8 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-11-02 20:55:47 -05:00
obj-y += core/
obj-y += platforms/$(subst $(DQUOTE),,$(CONFIG_PLATFORM))/
Copy permalink