Added the HALT preprocessor directive so that these files may be used directly.
[goodfet] / shellcode / chipcon / cc1110 / Makefile
1 # These targets are compiled to execute at the beginning of RAM.
2 # Each should conclude with HALT (0xA5).
3
4 CC=sdcc --code-loc 0xF000 
5 objs=crystal.ihx
6
7 all: $(objs)
8
9 %.ihx : %.c
10         $(CC) $<
11 clean:
12         rm -f *.ihx *.rel *.hex *.sym *.asm *.lst *.lnk *.map *.mem *.rst *.adb