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
98eb3b26a0
zephyr
/
boards
/
stm32_mini_a15
/
Makefile
3 lines
35 B
Makefile
Raw
Normal View
History
Unescape
Escape
stm32_mini_a15: Remove empty board file Use a kbuild trick to force built-in.o to get built even if there isn't any code so we can link properly. This is cleaner than keeping around files that don't do anything. We keep around board.h for now since drivers and other code might expect it to exist. Change-Id: I891f5130f5bfd7a07b644ee0223b18fd86061cfa Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2016-07-26 18:21:08 +08:00
# No C files (yet)
obj-
+=
dummy.o