mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
4cbd311196
Split atmega_common code into avr8_common folder. This moves common avr8 code to be used for all avr8 variants: tiny, mega and xmega. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
7 lines
263 B
Makefile
7 lines
263 B
Makefile
# include module specific includes
|
|
INCLUDES += -I$(RIOTCPU)/avr8_common/include \
|
|
-isystem$(RIOTCPU)/avr8_common/avr_libc_extra/include \
|
|
-isystem$(RIOTCPU)/avr8_common/avr_libc_extra/include/vendor
|
|
|
|
include $(RIOTMAKE)/arch/atmega.inc.mk
|