mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-21 19:29:18 +00:00
replaced DEFAULT_TARGET with Makefile.target for specifying default target
This commit is contained in:
parent
f0a3477dd2
commit
74ccc5a732
@ -1,14 +1,7 @@
|
|||||||
all: ravenusbstick
|
all: ravenusbstick
|
||||||
DEFAULT_TARGET=avr-ravenusb
|
|
||||||
|
|
||||||
CONTIKI_NO_NET=1
|
CONTIKI_NO_NET=1
|
||||||
|
|
||||||
|
|
||||||
CONTIKI = ../..
|
CONTIKI = ../..
|
||||||
|
|
||||||
include $(CONTIKI)/Makefile.include
|
include $(CONTIKI)/Makefile.include
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
1
examples/ravenusbstick/Makefile.target
Normal file
1
examples/ravenusbstick/Makefile.target
Normal file
@ -0,0 +1 @@
|
|||||||
|
TARGET = avr-ravenusb
|
Loading…
Reference in New Issue
Block a user