Move fakeuip.c to examples directory for proper selection when CONTIKI_NO_NET=1
[contiki-2.x.git] / examples / ravenusbstick / Makefile.ravenusbstick
blobd00f907aaa4d238037fa3476f5757957fa7fbf1d
1 all: ravenusbstick
3 #Define CONTIKI_NO_NET=1 for a passthrough ipv6/6lowpan interface using fakeuip.c
4 #Define UIP_CONF_IPV6=1 to include the uip6 stack (for rpl, internal webserver)
5 #Do make clean when switching to remove the duplicate library modules
6 CONTIKI_NO_NET=1
7 #UIP_CONF_IPV6=1
9 CONTIKI = ../..
11 include $(CONTIKI)/Makefile.include