mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
331 B
Makefile
10 lines
331 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
|
|
|
|
PSEUDOMODULES += atmega_pcint
|
|
PSEUDOMODULES += atmega_pcint%
|
|
|
|
include $(RIOTMAKE)/arch/atmega.inc.mk
|