diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-23 00:03:59 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-23 00:03:59 +0000 |
commit | 0ff596d02fd9d876a31d038255a6d4f89da9dfed (patch) | |
tree | 754c9dfaee7006ab91d80333141835d9213a6d06 /Makefile.target | |
parent | c6fdf5fca0149fbc2d05d8d5ad43e3686c37514e (diff) |
I2C/SMBus framework.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2845 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 1e573f44b5..dc30d47223 100644 --- a/Makefile.target +++ b/Makefile.target @@ -402,6 +402,8 @@ SOUND_HW += fmopl.o adlib.o endif AUDIODRV+= wavcapture.o +VL_OBJS += i2c.o smbus.o + # SCSI layer VL_OBJS+= scsi-disk.o cdrom.o lsi53c895a.o |