mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-12 10:30:09 +00:00
dcc2d5299c
I'd like it to be though that if board isn't defined then it makes everything.
7 lines
86 B
Makefile
7 lines
86 B
Makefile
MC1322X = ..
|
|
|
|
include $(MC1322X)/Makefile.include
|
|
|
|
all: board blink-red_$(BOARD).elf
|
|
|