1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/l2util/Makefile
Marian Buschsieweke fd6fedaab6
tests: BOARD_INSUFFICIENT_MEMORY -> Makefile.ci
- Moved the BOARD_INSUFFICIENT_MEMORY list into Makefile.ci
- Formatted the list to contain one board per line
- Sorted the lists alphabetically
2019-10-17 15:11:59 +02:00

23 lines
603 B
Makefile

DEVELHELP = 0
include ../Makefile.tests_common
USEMODULE += embunit
USEMODULE += l2util
# defining the "module" path defines this way in the hopes to make it more
#clearer.
CHECKED_IFDEF_PATHS = cc110x \
esp_now \
netdev_eth \
netdev_ieee802154 \
xbee \
nordic_softdevice_ble \
nrfmin \
nimble_netif
CFLAGS += $(foreach path,$(CHECKED_IFDEF_PATHS),\
-DMODULE_$(shell echo $(path) | tr a-z A-Z))
include $(RIOTBASE)/Makefile.include