summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHarald Koerfgen <hkoerfg@web.de>1999-05-01 12:23:43 +0000
committerHarald Koerfgen <hkoerfg@web.de>1999-05-01 12:23:43 +0000
commitc19daa94ab746a6c9083c7ffb5cdffc3f41e339b (patch)
tree20af8aa7a8b2ec5f603b9058c5a53f3246e71764 /Makefile
parent94f05bab9bf52258637e467fd89ae4f168736f4a (diff)
Various changes to Makefiles and Config.in files to be able to make use of the new DECstation 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 3cf1ac1ea..37b189804 100644
--- a/Makefile
+++ b/Makefile
@@ -194,6 +194,10 @@ 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: