mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
makefiles/arch/atmega.inc.mk: Rename to avr8.inc.mk
Atmel AVR-8 CPU was reworked to accomodate variants like ATxmega. This rename to atmega.inc.mk to avr8.inc.mk to be compliant with new directory structure. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
This commit is contained in:
parent
aa3af4e2fa
commit
699248c65f
@ -3,4 +3,4 @@ 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
|
||||
include $(RIOTMAKE)/arch/avr8.inc.mk
|
||||
|
Loading…
Reference in New Issue
Block a user