mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
12 lines
195 B
Makefile
12 lines
195 B
Makefile
|
BOARD ?= atxmega_a1u_xpro
|
||
|
|
||
|
include ../Makefile.tests_common
|
||
|
|
||
|
# list of ATxmega boards
|
||
|
BOARD_WHITELIST = \
|
||
|
atxmega-a1u-xpro \
|
||
|
atxmega-a3bu-xplained \
|
||
|
#
|
||
|
|
||
|
include $(RIOTBASE)/Makefile.include
|