Better reflex jamming, updated Makefile.
[goodfet] / shellcode / chipcon / cc1110 / Makefile
index 0464015..3430167 100644 (file)
@@ -8,7 +8,7 @@
 # Use lower RAM if needed.
 
 CC=sdcc --code-loc 0xF000 
-objs=crystal.ihx txpacket.ihx rxpacket.ihx
+objs=crystal.ihx txpacket.ihx rxpacket.ihx txrxpacket.ihx reflex.ihx rxpacketp25.ihx reflexframe.ihx carrier.ihx
 
 all: $(objs)
 
@@ -16,3 +16,6 @@ all: $(objs)
        $(CC) $<
 clean:
        rm -f *.ihx *.rel *.hex *.sym *.asm *.lst *.lnk *.map *.mem *.rst *.adb
+install: $(objs)
+       cp $(objs) ../../../client/shellcode/chipcon/cc1110/
+       #Shellcode installed.