| Submitter | Juan Quintela |
|---|---|
| Date | Oct. 7, 2009, 12:41 a.m. |
| Message ID | <746199cb848d4be401da9b4d97e6a9a2883eb5e7.1254875337.git.quintela@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/35209/ |
| State | Accepted |
| Commit | 976ca9abeec9267a1eadb5f5640bed4553febe52 |
| Headers | show |
Comments
Patch
diff --git a/Makefile b/Makefile index a92b30e..4daa0a7 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,8 @@ obj-y += tcg-runtime.o host-utils.o obj-y += irq.o ioport.o obj-$(CONFIG_PTIMER) += ptimer.o obj-$(CONFIG_MAX7310) += max7310.o -obj-y += i2c.o smbus.o smbus_eeprom.o max111x.o wm8750.o +obj-$(CONFIG_WM8750) += wm8750.o +obj-y += i2c.o smbus.o smbus_eeprom.o max111x.o obj-y += ssd0303.o ssd0323.o ads7846.o stellaris_input.o twl92230.o obj-y += tmp105.o lm832x.o eeprom93xx.o tsc2005.o obj-y += scsi-disk.o cdrom.o diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak index 88232c7..6149b97 100644 --- a/default-configs/arm-softmmu.mak +++ b/default-configs/arm-softmmu.mak @@ -8,3 +8,4 @@ CONFIG_ECC=y CONFIG_PTIMER=y CONFIG_SD=y CONFIG_MAX7310=y +CONFIG_WM8750=y
Signed-off-by: Juan Quintela <quintela@redhat.com> --- Makefile | 3 ++- default-configs/arm-softmmu.mak | 1 + 2 files changed, 3 insertions(+), 1 deletions(-)