Blame view

RIOT/cpu/kinetis_common/Makefile.include 689 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  # include module specific includes
  export INCLUDES += -I$(RIOTCPU)/kinetis_common/include
  
  # Add search path for linker scripts
  export LINKFLAGS += -L$(RIOTCPU)/kinetis_common/ldscripts
  
  # add the CPU specific code for the linker
  export UNDEF += $(BINDIR)/kinetis_common/fcfield.o
  
  # include kinetis common periph drivers
  export USEMODULE += kinetis_common_periph
  
  # Define a recipe to build the watchdog disable binary, used when flashing
  $(RIOTCPU)/kinetis_common/dist/wdog-disable.bin: $(RIOTCPU)/kinetis_common/dist/wdog-disable.s
  	$(AD)$(MAKE) -C $(RIOTCPU)/kinetis_common/dist/ $(notdir $@)
  
  # Reset the default goal to not make wdog-disable.bin the default target.
  .DEFAULT_GOAL :=