X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=apps%2Ftests%2Fcc2420%2FLplBroadcastCountToLeds%2FMakefile;h=139d6aeae4340a926a8fb41d212ec8a05fbec17f;hp=6e62a3794338e836a03169370ac71e774811f981;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/apps/tests/cc2420/LplBroadcastCountToLeds/Makefile b/apps/tests/cc2420/LplBroadcastCountToLeds/Makefile index 6e62a379..139d6aea 100644 --- a/apps/tests/cc2420/LplBroadcastCountToLeds/Makefile +++ b/apps/tests/cc2420/LplBroadcastCountToLeds/Makefile @@ -4,6 +4,7 @@ CFLAGS += -DACK_LOW_POWER_LISTENING #CFLAGS += -DNOACK_LOW_POWER_LISTENING BUILD_EXTRA_DEPS = RadioCountMsg.py RadioCountMsg.class +CLEAN_EXTRA = *.class *.pyc RadioCountMsg.py RadioCountMsg.java RadioCountMsg.py: RadioCountToLeds.h mig python -target=$(PLATFORM) $(CFLAGS) -python-classname=RadioCountMsg RadioCountToLeds.h radio_count_msg -o $@