summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-02-25 17:29:20 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-02-25 17:29:20 +0000
commita2802ba71448d113592657a8df67de39c462f215 (patch)
treea1a78d5927d985ada2c6e1063ebf38e0ca744e24 /Makefile
parent47d3618123eab821c1608ed87589746340868c12 (diff)
Dejunk.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 4f03f4eef..66627d6a3 100644
--- a/Makefile
+++ b/Makefile
@@ -228,14 +228,6 @@ ifdef CONFIG_HAMRADIO
DRIVERS := $(DRIVERS) drivers/net/hamradio/hamradio.o
endif
-ifeq ($(CONFIG_I2C),y)
-DRIVERS := $(DRIVERS) drivers/i2c/i2c.a
-endif
-
-ifeq ($(CONFIG_PHONE),y)
-DRIVERS := $(DRIVERS) drivers/telephony/telephony.a
-endif
-
ifeq ($(CONFIG_TC),y)
DRIVERS := $(DRIVERS) drivers/tc/tc.a
endif
@@ -252,6 +244,14 @@ ifeq ($(CONFIG_IRDA),y)
DRIVERS := $(DRIVERS) drivers/net/irda/irda_drivers.a
endif
+ifeq ($(CONFIG_I2C),y)
+DRIVERS := $(DRIVERS) drivers/i2c/i2c.a
+endif
+
+ifeq ($(CONFIG_PHONE),y)
+DRIVERS := $(DRIVERS) drivers/telephony/telephony.a
+endif
+
include arch/$(ARCH)/Makefile
# use '-fno-strict-aliasing', but only if the compiler can take it