X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=shellcode%2Fchipcon%2Fcc1110%2FMakefile;h=7790b04385a3bdadfdf36977bf3dfeb6b0e45d5d;hp=a3457496cca77cc0d2dc8092a102e9162b144aa0;hb=8f3ecaa2ecd27948480534d866f9c686fa14a019;hpb=a06f45d24b010987c9128261ff33dd2c93db0970 diff --git a/shellcode/chipcon/cc1110/Makefile b/shellcode/chipcon/cc1110/Makefile index a345749..7790b04 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 +objs=crystal.ihx txpacket.ihx rxpacket.ihx txrxpacket.ihx reflex.ihx rxpacketp25.ihx reflexframe.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: all + cp $(objs) ../../../client/shellcode/chipcon/cc1110/ + #Shellcode installed.