2011-12-19 12:50:50 +00:00
|
|
|
CONTIKI_PROJECT=slip-radio
|
|
|
|
all: $(CONTIKI_PROJECT)
|
2017-09-01 14:07:13 +00:00
|
|
|
MODULES += os/services/slip-cmd
|
2011-12-19 12:50:50 +00:00
|
|
|
|
2017-10-28 19:39:09 +00:00
|
|
|
CONTIKI=../..
|
2017-10-29 01:22:28 +00:00
|
|
|
-include $(CONTIKI)/Makefile.identify-target
|
2011-12-19 12:50:50 +00:00
|
|
|
|
2017-10-29 01:24:31 +00:00
|
|
|
### Optionally, the target can add its own Makefile, to do things like e.g.
|
|
|
|
### add more source files to the build or define make variables.
|
|
|
|
-include $(TARGET)/Makefile.$(TARGET)
|
|
|
|
|
|
|
|
PROJECTDIRS += $(TARGET)
|
2017-09-10 13:18:44 +00:00
|
|
|
PROJECT_SOURCEFILES += slip-net.c
|
2011-12-19 12:50:50 +00:00
|
|
|
|
2017-09-08 19:10:37 +00:00
|
|
|
# custom net layer, but with IPv6 enabled
|
2017-10-06 21:44:34 +00:00
|
|
|
MAKE_NET = MAKE_NET_IPV6
|
2017-10-11 18:58:15 +00:00
|
|
|
MAKE_ROUTING = MAKE_ROUTING_NONE
|
2011-12-19 12:50:50 +00:00
|
|
|
include $(CONTIKI)/Makefile.include
|