diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-06 02:03:54 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-06 02:03:54 +0000 |
commit | 91fe5a62d8122a7510d8f50271c26b74ca22912a (patch) | |
tree | 496fda115605a2a43a8917922c8172baf1bdd88d | |
parent | fd82541b28d0e8d17133baabf342ef71f5812df5 (diff) |
No more ifeq needed.
-rw-r--r-- | drivers/char/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile index f5f7d459e..30e649ac0 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile @@ -318,10 +318,7 @@ obj-$(L_DECODERS) += saa7110.o saa7111.o saa7185.o # set when a framegrabber implements i2c support obj-$(L_I2C) += i2c-old.o -ifeq ($(CONFIG_DZ),y) - obj-$(CONFIG_DZ) += dz.o -endif - +obj-$(CONFIG_DZ) += dz.o obj-$(CONFIG_NWBUTTON) += nwbutton.o obj-$(CONFIG_NWFLASH) += nwflash.o |