mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
409 B
Makefile
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
|