From 9e8e7af9c04d0c6bcb3e428f48b3e0cd1cc46a6d Mon Sep 17 00:00:00 2001 From: Kolja Waschk Date: Wed, 7 Nov 2007 08:57:24 +0000 Subject: [PATCH] The 405ep support patch _still_ wasn't completely integrated. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@726 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- jtag/src/bus/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jtag/src/bus/Makefile.am b/jtag/src/bus/Makefile.am index 41900a9f..5cce9d60 100644 --- a/jtag/src/bus/Makefile.am +++ b/jtag/src/bus/Makefile.am @@ -37,7 +37,7 @@ libbus_a_SOURCES = \ mpc824x.c \ mpc5200.c \ ppc440gx_ebc8.c \ - ppc440ep.c \ + ppc405ep.c \ pxa2x0.c \ sa1110.c \ s3c4510x.c \