Code for receiving packets.
[goodfet] / shellcode / chipcon / cc1110 / Makefile
index a345749..0464015 100644 (file)
@@ -8,7 +8,7 @@
 # Use lower RAM if needed.
 
 CC=sdcc --code-loc 0xF000 
-objs=crystal.ihx txpacket.ihx
+objs=crystal.ihx txpacket.ihx rxpacket.ihx
 
 all: $(objs)