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
3816104619
zephyr
/
arch
/
arm
/
Kbuild
3 lines
74 B
Plaintext
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-03 09:55:47 +08:00
obj-y += core/
obj-y += platforms/$(subst $(DQUOTE),,$(CONFIG_PLATFORM))/