added a makefile and a VERY VERY minimalistic not working fx2 fw
[my-code/fpga.git] / fx2 / Makefile
diff --git a/fx2/Makefile b/fx2/Makefile
new file mode 100644 (file)
index 0000000..3b3c0b8
--- /dev/null
@@ -0,0 +1,16 @@
+CC = gcc
+CFLAGS = -Wall -O3
+
+OBJECTS = ee2ihex usb_bulk_test
+
+all: $(OBJECTS)
+
+clean:
+       rm -f $(OBJECTS)
+       rm -f *.lnk
+       rm -f *.lst
+       rm -f *.map
+       rm -f *.mem
+       rm -f *.rel
+       rm -f *.rst
+       rm -f *.sym