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

9 lines
234 B
Makefile
Raw Normal View History

# the driver to test
USEMODULE = atwinc15x0
# msp430-gcc doesn't support -Wno-discarded-qualifiers
FEATURES_BLACKLIST += arch_msp430 cpu_core_atxmega
include ../Makefile.drivers_common
include ../../netdev_common/Makefile.netdev.mk