From 9d4c89f37f814df05837cec280b362ad2962c667 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Sat, 21 Nov 2009 22:09:53 -0800 Subject: add 'testee' target type Alliteration aside, this should provide the final piece of the puzzle for developers that want to get started writing a new target type. In this way, it also seeks to complement the 'dummy' interface driver and 'faux' NOR flash driver. --- src/target/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/target/Makefile.am') diff --git a/src/target/Makefile.am b/src/target/Makefile.am index a367fd42..d00b0e41 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -42,7 +42,8 @@ TARGET_CORE_SRC = \ image.c \ breakpoints.c \ target.c \ - target_request.c + target_request.c \ + testee.c ARMV4_5_SRC = \ armv4_5.c \ -- cgit v1.2.3