mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6 lines
228 B
Makefile
6 lines
228 B
Makefile
# Target architecture for the build. Use avr if you are unsure.
|
|
export TARGET_ARCH ?= avr
|
|
|
|
# include module specific includes
|
|
export INCLUDES += -I$(RIOTCPU)/atmega_common/include -isystem$(RIOTCPU)/atmega_common/avr-libc-extra
|