1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp8266/vendor/Makefile

12 lines
320 B
Makefile
Raw Normal View History

2018-09-05 02:39:50 +02:00
# Add a list of subdirectories, that should also be built:
DIRS += esp-idf
2018-09-05 02:39:50 +02:00
ifneq (, $(filter esp_gdbstub, $(USEMODULE)))
2018-09-05 02:39:50 +02:00
DIRS += esp-gdbstub
endif
include $(RIOTBASE)/Makefile.base
# vendor code contains casts that increase alignment requirements. Let's hope
# those are false positives.
CFLAGS += -Wno-cast-align