1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-04-30 02:37:53 +00:00

WITH_UIP in Makefile

This commit is contained in:
fros4943 2010-03-10 12:21:12 +00:00
parent 89d7d926c4
commit 9fb4c73d8d

@ -3,5 +3,7 @@ all: $(CONTIKI_PROJECT)
APPS = telnetd program-handler
WITH_UIP=1
CONTIKI = ../..
include $(CONTIKI)/Makefile.include