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