mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
195 B
Makefile
11 lines
195 B
Makefile
# name of your application
|
|
include ../Makefile.tests_common
|
|
|
|
ifeq ($(shell uname),Darwin)
|
|
CFLAGS += -Wno-language-extension-token
|
|
endif
|
|
|
|
USEMODULE += xtimer
|
|
|
|
include $(RIOTBASE)/Makefile.include
|