Better reflex jamming, using shellcode on the target.
[goodfet] / shellcode / chipcon / cc1110 / Makefile
index a1e3e5f..12df0f3 100644 (file)
@@ -8,7 +8,7 @@
 # Use lower RAM if needed.
 
 CC=sdcc --code-loc 0xF000 
-objs=crystal.ihx txpacket.ihx rxpacket.ihx txrxpacket.ihx
+objs=crystal.ihx txpacket.ihx rxpacket.ihx txrxpacket.ihx reflex.ihx
 
 all: $(objs)