summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-01-27 23:59:02 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-01-27 23:59:02 +0000
commita2566570f3d0b6c94532d5bd0b1d07a34dac15f3 (patch)
treeb529f0e12a72b2966fd8bc5838bbab39616d99e1 /Makefile
parent840d2d3dbfd336a05c8cde24fbe2b7e75684dfa7 (diff)
More DEC and Baget stuff.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7e8536ec5..7f3baf949 100644
--- a/Makefile
+++ b/Makefile
@@ -187,6 +187,10 @@ ifdef CONFIG_HAMRADIO
DRIVERS := $(DRIVERS) drivers/net/hamradio/hamradio.a
endif
+ifeq ($(CONFIG_TC),y)
+DRIVERS := $(DRIVERS) drivers/tc/tc.a
+endif
+
include arch/$(ARCH)/Makefile
.S.s: