This website requires JavaScript.
Explore
Help
Sign in
michaelh
/
zephyr
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Releases
Activity
39f7adc41d
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-21 10:23:44 -07:00
obj-y
+=
$(
ARCH
)
/
Copy permalink