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
7283fe0dd3
zephyr
/
arch
/
x86
/
Kbuild
3 lines
52 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Move scripts/Makefile.<arch>preparch to arch/<arch> Follow the model of the Linux kernel for adding arch specific CFLAGS by using the Makefile and Kbuild combination in the arch/<arch> directory. This will also allow adding architecture specific targets and is easy to maintain when alongside the architecture. Change-Id: If51a78e8845baa71d9090c4a4f49fcd013354840 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-08-23 23:22:40 +08:00
obj-y += core/
build: set platform name without quotes and reuse everywhere Avoid having to remove quotes wherever the platform name is used by exporting the variable only once. Change-Id: I4cb51901e4ac19d70d0310fe6bbacd157f586661 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-11-27 05:45:36 +08:00
obj-y += platforms/$(PLATFORM_NAME)/