Set default target to minimal-net.
This commit is contained in:
parent
d6735fa9b2
commit
7f7f11d30f
3 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
all: telnet-server
|
all: telnet-server
|
||||||
APPS=telnetd program-handler
|
APPS=telnetd program-handler
|
||||||
|
DEFAULT_TARGET=minimal-net
|
||||||
|
|
||||||
CONTIKI = ../..
|
CONTIKI = ../..
|
||||||
include $(CONTIKI)/Makefile.include
|
include $(CONTIKI)/Makefile.include
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
all: testv6
|
all: testv6
|
||||||
APPS=webserver
|
APPS=webserver
|
||||||
CONTIKI = ../..
|
DEFAULT_TARGET=minimal-net
|
||||||
TARGET=minimal-net
|
|
||||||
CFLAGS=-DUIP_CONF_IPV6
|
CFLAGS=-DUIP_CONF_IPV6
|
||||||
|
|
||||||
|
CONTIKI = ../..
|
||||||
include $(CONTIKI)/Makefile.include
|
include $(CONTIKI)/Makefile.include
|
||||||
|
|
||||||
testv6.$(TARGET): $(OBJECTDIR)/tapdev6.o #$(OBJECTDIR)/uip-keepalive.o
|
testv6.$(TARGET): $(OBJECTDIR)/tapdev6.o #$(OBJECTDIR)/uip-keepalive.o
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
all: webserver-example
|
all: webserver-example
|
||||||
APPS=webserver
|
APPS=webserver
|
||||||
|
DEFAULT_TARGET=minimal-net
|
||||||
|
|
||||||
# The webserver application normally contains a built-in file system and support
|
# The webserver application normally contains a built-in file system and support
|
||||||
# for server-side includes.
|
# for server-side includes.
|
||||||
|
|
Loading…
Reference in a new issue