| Submitter | Juan Quintela |
|---|---|
| Date | Oct. 7, 2009, 12:41 a.m. |
| Message ID | <9e1ecdb8b6c42c21bdc0eddabdb4057e96dba4aa.1254875337.git.quintela@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/35216/ |
| State | Accepted |
| Commit | 6a559be594e77f323ecf2f8ad4c681b9a61391a3 |
| Headers | show |
Comments
Patch
diff --git a/Makefile b/Makefile index 0953ba5..d70372b 100644 --- a/Makefile +++ b/Makefile @@ -105,8 +105,9 @@ obj-$(CONFIG_TSC2005) += tsc2005.o obj-$(CONFIG_LM832X) += lm832x.o obj-$(CONFIG_TMP105) += tmp105.o obj-$(CONFIG_STELLARIS_INPUT) += stellaris_input.o +obj-$(CONFIG_SSD0303) += ssd0303.o obj-y += i2c.o smbus.o smbus_eeprom.o max111x.o -obj-y += ssd0303.o ssd0323.o ads7846.o +obj-y += ssd0323.o ads7846.o obj-y += eeprom93xx.o obj-y += scsi-disk.o cdrom.o obj-y += scsi-generic.o scsi-bus.o diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak index dddc2a6..aed1ea3 100644 --- a/default-configs/arm-softmmu.mak +++ b/default-configs/arm-softmmu.mak @@ -14,3 +14,4 @@ CONFIG_TSC2005=y CONFIG_LM832X=y CONFIG_TMP105=y CONFIG_STELLARIS_INPUT=y +CONFIG_SD0303=y
Signed-off-by: Juan Quintela <quintela@redhat.com> --- Makefile | 3 ++- default-configs/arm-softmmu.mak | 1 + 2 files changed, 3 insertions(+), 1 deletions(-)