Added a shellcode directory for small fragments of code that run on the target OS.
[goodfet] / shellcode / chipcon / cc1110 / Makefile
diff --git a/shellcode/chipcon/cc1110/Makefile b/shellcode/chipcon/cc1110/Makefile
new file mode 100644 (file)
index 0000000..f29eab9
--- /dev/null
@@ -0,0 +1,10 @@
+
+CC=sdcc --code-loc 0xF000 
+objs=crystal.ihx
+
+all: $(objs)
+
+%.ihx : %.c
+       $(CC) $<
+clean:
+       rm -f *.ihx *.rel *.hex *.sym *.asm *.lst *.lnk *.map *.mem *.rst *.adb