RIOT/cpu/atmega_common/Makefile.include
2019-10-18 12:40:34 +02:00

13 lines
409 B
Makefile

# include module specific includes
INCLUDES += -I$(RIOTCPU)/atmega_common/include \
-isystem$(RIOTCPU)/atmega_common/avr_libc_extra/include \
-isystem$(RIOTCPU)/atmega_common/avr_libc_extra/include/vendor
# avr libc needs some RIOT-specific support code
USEMODULE += avr_libc_extra
PSEUDOMODULES += atmega_pcint
PSEUDOMODULES += atmega_pcint%
include $(RIOTMAKE)/arch/atmega.inc.mk