summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-12-18 00:18:50 -0800
committerKeith Packard <keithp@keithp.com>2008-12-18 00:18:50 -0800
commit807e2adacb025af77bb53c03209e9c8e0d7a5f95 (patch)
treeae58ce250aca9f66086e888face7e8c8d3c1473e /Makefile
parent8c879bf51c14a5928135d59211facd72f6a32808 (diff)
Add ability to read/write arbitrary memory. Write LED blinker program.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 965032e4..2fd8ec6d 100644
--- 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