diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-25 17:29:20 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-25 17:29:20 +0000 |
commit | a2802ba71448d113592657a8df67de39c462f215 (patch) | |
tree | a1a78d5927d985ada2c6e1063ebf38e0ca744e24 /Makefile | |
parent | 47d3618123eab821c1608ed87589746340868c12 (diff) |
Dejunk.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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 |