Blame view

RIOT/cpu/arm7_common/Makefile.include 195 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
  # Target architecture for the build. Use arm-none-eabi if you are unsure.
  export TARGET_ARCH ?= arm-none-eabi
  
  USEMODULE += arm7_common_periph
  
  INCLUDES += -I$(RIOTBASE)/cpu/arm7_common/include/