1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/test_bloom_bytes/Makefile

14 lines
248 B
Makefile
Raw Normal View History

export PROJECT = test_bloom
include ../Makefile.tests_common
2014-02-14 14:30:16 +01:00
ifneq (,$(filter msb-430,$(BOARD)))
include $(RIOTBASE)/Makefile.unsupported
else
USEMODULE += hashes
USEMODULE += bloom
USEMODULE += random
include $(RIOTBASE)/Makefile.include
endif