diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-06-23 22:15:54 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-06-23 22:15:54 +0000 |
commit | 0a719db4b94ece44661dec2a613675cd64204bde (patch) | |
tree | 47b94e5d02fc98c89ff9b923dab3dd463e9cb87c /Makefile | |
parent | d221c44b7afefd8f77f8595af468dfacb3b21cc2 (diff) |
Merge, cleanup, typo fixes.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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: |