X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=shellcode%2Fchipcon%2Fcc1110%2FMakefile;h=ec5cceb4d795b65e5cc4fb3ca66750c707dde982;hp=1b17200473d6fd32eb649d9218312e5a5787a696;hb=e52b19c19a37522dfa41498251981bbfdf3a2d1a;hpb=01579c8ee0a90c0e9d34377f344c7a0885104fe7 diff --git a/shellcode/chipcon/cc1110/Makefile b/shellcode/chipcon/cc1110/Makefile index 1b17200..ec5cceb 100644 --- a/shellcode/chipcon/cc1110/Makefile +++ b/shellcode/chipcon/cc1110/Makefile @@ -8,7 +8,7 @@ # Use lower RAM if needed. CC=sdcc --code-loc 0xF000 -objs=crystal.ihx txpacket.ihx rxpacket.ihx txrxpacket.ihx reflex.ihx +objs=crystal.ihx txpacket.ihx rxpacket.ihx txrxpacket.ihx reflex.ihx rxpacketp25.ihx reflexframe.ihx carrier.ihx specan.ihx all: $(objs) @@ -16,6 +16,6 @@ all: $(objs) $(CC) $< clean: rm -f *.ihx *.rel *.hex *.sym *.asm *.lst *.lnk *.map *.mem *.rst *.adb -install: all +install: $(objs) cp $(objs) ../../../client/shellcode/chipcon/cc1110/ #Shellcode installed.