X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=shellcode%2Fchipcon%2Fcc1110%2FMakefile;h=309fed83fd82bda02ecfd5860bfb5ebcde2d7ce1;hp=a1e3e5f7832887099574ed7e173fcf9882c0aa7a;hb=7e791efc34f21f47ae182171550ed99ab1ae765f;hpb=77720e2680a4cda7305339510616cd707df423ba diff --git a/shellcode/chipcon/cc1110/Makefile b/shellcode/chipcon/cc1110/Makefile index a1e3e5f..309fed8 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 +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: all + cp $(objs) ../../../client/shellcode/chipcon/cc1110/ + #Shellcode installed.