Add ability to read/write arbitrary memory. Write LED blinker program.
[fw/altos] / Makefile
index 965032e41130a3c97fe3e96e44fc553751c101a2..2fd8ec6dfac8d97c56cb164bc66d6d57cfd2d83e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,9 @@ LIBS=-lusb
 KERNEL_OBJS=cccp.o
 LIBUSB_OBJS=cp-usb.o
 
-OBJS=ccdbg.o ccdbg-command.o ccdbg-debug.o ccdbg-io.o $(LIBUSB_OBJS)
+OBJS=ccdbg.o ccdbg-command.o ccdbg-debug.o \
+       ccdbg-io.o ccdbg-memory.o \
+       $(LIBUSB_OBJS)
 INCS=ccdbg.h cccp.h
 
 PROG=ccdbg