mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8 lines
255 B
Makefile
8 lines
255 B
Makefile
USEMODULE_INCLUDES_dfplayer := $(LAST_MAKEFILEDIR)/include
|
|
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_dfplayer)
|
|
|
|
ifneq (,$(filter arch_avr8 arch_msp430,$(FEATURES_USED)))
|
|
# no strerror() on AVR and MSP430
|
|
CFLAGS += -DCONFIG_DFPLAYER_NO_STRERROR
|
|
endif
|