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 a new issue