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
d67745796e
zephyr
/
boards
/
basic_minuteia
/
Makefile
3 lines
35 B
Makefile
Raw
Normal View
History
Unescape
Escape
basic_minuteia: 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: I1ed09f05ea2c2d08d11fc742d76f32c1f8f2fbbd Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2016-07-26 18:30:45 +08:00
# No C files (yet)
obj-
+=
dummy.o