summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120-2.6/files/arch/mips/adm5120/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-04-08 10:15:17 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-04-08 10:15:17 +0000
commit01e84cef1a988834b444b7bebba15f5268873d35 (patch)
tree74f10ae59cfebbd6bf107dd381c86b79ab1005f3 /target/linux/adm5120-2.6/files/arch/mips/adm5120/Makefile
parentc39de67e803dc5585dc5b24a3af372104c85854e (diff)
downloadmaster-31e0f0ae-01e84cef1a988834b444b7bebba15f5268873d35.tar.gz
master-31e0f0ae-01e84cef1a988834b444b7bebba15f5268873d35.tar.bz2
master-31e0f0ae-01e84cef1a988834b444b7bebba15f5268873d35.zip
Rename mipsIRQ.S to int-handler to match the kernel naming convention, implement basic board detection, rewrite usb HCD driver (to be tested)
SVN-Revision: 6893
Diffstat (limited to 'target/linux/adm5120-2.6/files/arch/mips/adm5120/Makefile')
-rw-r--r--target/linux/adm5120-2.6/files/arch/mips/adm5120/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120-2.6/files/arch/mips/adm5120/Makefile b/target/linux/adm5120-2.6/files/arch/mips/adm5120/Makefile
index a68b4a1451..7ea82a1309 100644
--- a/target/linux/adm5120-2.6/files/arch/mips/adm5120/Makefile
+++ b/target/linux/adm5120-2.6/files/arch/mips/adm5120/Makefile
@@ -2,6 +2,6 @@
# Makefile for the ADMtek ADM5120 SoC specific parts of the kernel
#
-obj-y := setup.o prom.o irq.o memory.o mipsIRQ.o adm5120_info.o
+obj-y := setup.o prom.o irq.o memory.o int-handler.o adm5120_info.o
EXTRA_AFLAGS := $(CFLAGS)