|
|
|
@ -3,10 +3,9 @@ include ../Makefile.tests_common
|
|
|
|
|
|
|
|
|
|
ifneq (,$(filter msb-430,$(BOARD)))
|
|
|
|
|
include $(RIOTBASE)/Makefile.unsupported
|
|
|
|
|
else
|
|
|
|
|
ifneq (,$(filter msb-430h,$(BOARD)))
|
|
|
|
|
elifneq (,$(filter msb-430h,$(BOARD)))
|
|
|
|
|
include $(RIOTBASE)/Makefile.unsupported
|
|
|
|
|
else
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
USEMODULE += hashes
|
|
|
|
|
USEMODULE += bloom
|
|
|
|
@ -14,7 +13,6 @@ USEMODULE += bloom
|
|
|
|
|
export PROJDEPS = sets.h
|
|
|
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
sets.h: generate_sets.py words.txt.gz
|
|
|
|
|
./generate_sets.py 10000 20
|
|
|
|
|