Blame view

RIOT/cpu/kinetis_common/dist/Makefile 209 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
  wdog-disable.bin: wdog-disable.o
  	arm-none-eabi-objcopy -O binary -j .text.wdog_disable -S -g $^ $@
  
  wdog-disable.o: wdog-disable.s
  	arm-none-eabi-as -mthumb -o $@ $^
  
  .PHONY: clean
  clean:
  	@rm wdog-disable.o