summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-06-23 22:15:54 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-06-23 22:15:54 +0000
commit0a719db4b94ece44661dec2a613675cd64204bde (patch)
tree47b94e5d02fc98c89ff9b923dab3dd463e9cb87c /Makefile
parentd221c44b7afefd8f77f8595af468dfacb3b21cc2 (diff)
Merge, cleanup, typo fixes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 27299e75a..521c86367 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ AR =$(CROSS_COMPILE)ar
NM =$(CROSS_COMPILE)nm
STRIP =$(CROSS_COMPILE)strip
OBJCOPY =$(CROSS_COMPILE)objcopy
-OBJDUMP =$(CROSS_COMPILE)objdump
+OBJDUMP =$(CROSS_COMPILE)objdump
MAKE =make
GENKSYMS=/sbin/genksyms
@@ -195,10 +195,6 @@ ifeq ($(CONFIG_IRDA),y)
DRIVERS := $(DRIVERS) drivers/net/irda/irda_drivers.a
endif
-ifeq ($(CONFIG_TC),y)
-DRIVERS := $(DRIVERS) drivers/tc/tc.a
-endif
-
include arch/$(ARCH)/Makefile
.S.s: