diff options
Diffstat (limited to 'hw')
-rw-r--r-- | hw/Makefile.objs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs index 6fdd25e4b0..aa55ce9873 100644 --- a/hw/Makefile.objs +++ b/hw/Makefile.objs @@ -1,8 +1,7 @@ # core qdev-related obj files, also used by *-user: -hw-core-obj-y += qdev.o qdev-properties.o +universal-obj-y += qdev.o qdev-properties.o # irq.o needed for qdev GPIO handling: -hw-core-obj-y += irq.o - +universal-obj-y += irq.o common-obj-y = usb/ ide/ pci/ common-obj-y += loader.o |