From 54bcf0747153321862710a0e4fe6593fb3ef89e5 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Wed, 7 Oct 2009 02:41:23 +0200 Subject: Only compile sd0323 when one target uses it Patchworks-ID: 35217 Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1a9fd99fe3..1736abd0ae 100644 --- a/Makefile +++ b/Makefile @@ -106,8 +106,9 @@ obj-$(CONFIG_LM832X) += lm832x.o obj-$(CONFIG_TMP105) += tmp105.o obj-$(CONFIG_STELLARIS_INPUT) += stellaris_input.o obj-$(CONFIG_SSD0303) += ssd0303.o +obj-$(CONFIG_SSD0323) += ssd0323.o obj-y += i2c.o smbus.o smbus_eeprom.o max111x.o -obj-y += ssd0323.o ads7846.o +obj-y += ads7846.o obj-y += eeprom93xx.o obj-y += scsi-disk.o cdrom.o obj-y += scsi-generic.o scsi-bus.o -- cgit v1.2.3-55-g7522