mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 17:12:45 +01:00
8 lines
248 B
Makefile
8 lines
248 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 += -DDFPLAYER_NO_STRERROR
|
|
endif
|