From c19daa94ab746a6c9083c7ffb5cdffc3f41e339b Mon Sep 17 00:00:00 2001 From: Harald Koerfgen Date: Sat, 1 May 1999 12:23:43 +0000 Subject: Various changes to Makefiles and Config.in files to be able to make use of the new DECstation and Baget stuff :-) --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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: -- cgit v1.2.3