diff options
author | Alexander Graf <agraf@suse.de> | 2010-12-08 12:05:47 +0100 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-12-11 15:24:26 +0000 |
commit | 5cf7a3ca5bfec0c62bd7ebdecd11320c47dc9be6 (patch) | |
tree | b06a650e7fe9c41cbe51d0500678aa9afcf63c7e /Makefile.target | |
parent | 82600641c1bb09611ea5e82be7589c86027787a0 (diff) | |
download | qemu-5cf7a3ca5bfec0c62bd7ebdecd11320c47dc9be6.zip |
rtl8139: Declare as little endian
This patch replaces explicit bswaps with endianness hints to the
mmio layer.
Because we don't depend on the target endianness anymore, we can also
move the driver over to Makefile.objs.
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.target b/Makefile.target index 39d8df994b..8bef8e38c2 100644 --- a/Makefile.target +++ b/Makefile.target @@ -209,9 +209,6 @@ obj-$(CONFIG_XEN) += xen_machine_pv.o xen_domainbuild.o # USB layer obj-$(CONFIG_USB_OHCI) += usb-ohci.o -# PCI network cards -obj-$(CONFIG_RTL8139_PCI) += rtl8139.o - # Inter-VM PCI shared memory obj-$(CONFIG_KVM) += ivshmem.o |