]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/UDPEcho/Makefile.local
Changed the default to be that all platforms #include stdio.h unless specifically...
[tinyos-2.x.git] / apps / UDPEcho / Makefile.local
index 9f5e04fb312285312b48407a34a748739b1878b7..a911f108634bef0db147ef81cff32f84e318d864 100644 (file)
@@ -28,5 +28,5 @@ clean:
        $(CC) -c -fPIC -o $@ $<
 
 msg:   
-       mig -DMIG -I$(LOWPAN_ROOT)/tos/lib/net/b6lowpan -I$(LOWPAN_ROOT)/support/sdk/c/lib6lowpan  python -python-classname=UdpReport UDPReport.h udp_report -o UdpReport.py
-       mig -DMIG -I$(LOWPAN_ROOT)/tos/lib/net/b6lowpan -I$(LOWPAN_ROOT)/support/sdk/c/lib6lowpan  python -python-classname=TestDriverMsg TestDriver.h testdriver_msg -o TestDriverMsg.py
+       mig -DMIG -I$(LOWPAN_ROOT)/tos/lib/net/blip -I$(TOSROOT)/tos/chips/cc2420 -I$(LOWPAN_ROOT)/support/sdk/c/blip/include  python -python-classname=UdpReport UDPReport.h udp_report -o util/UdpReport.py
+       mig -DMIG -I$(LOWPAN_ROOT)/tos/lib/net/blip -I$(TOSROOT)/tos/chips/cc2420 -I$(LOWPAN_ROOT)/support/sdk/c/blip/include  python -python-classname=TestDriverMsg TestDriver.h testdriver_msg -o util/TestDriverMsg.py