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
4ae4d2f4d1
zephyr
/
arch
/
Makefile
2 lines
18 B
Makefile
Raw
Normal View
History
Unescape
Escape
arch/Makefile: simplify The arch names and the directories are the same, make it so we don't have to keep appending stuff to this file as new arches are defined. Change-Id: I640526f5cb83fe34f5af14b62e5d06295a4912b0 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-04-22 01:23:44 +08:00
obj-y
+=
$(
ARCH
)
/