mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 03:59:52 +00:00
Only compile qdev_addr when one target uses it
Patchworks-ID: 35201 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
185c66c81d
commit
86e1d113da
@ -31,7 +31,8 @@ obj-y += ne2000.o
|
||||
# SCSI layer
|
||||
obj-y += lsi53c895a.o esp.o
|
||||
|
||||
obj-y += dma-helpers.o sysbus.o qdev-addr.o isa-bus.o
|
||||
obj-y += dma-helpers.o sysbus.o isa-bus.o
|
||||
obj-$(CONFIG_QDEV_ADDR) += qdev-addr.o
|
||||
|
||||
all: $(HWLIB)
|
||||
# Dummy command so that make thinks it has done something
|
||||
|
@ -1 +1,3 @@
|
||||
# Default configuration for sparc-softmmu
|
||||
|
||||
CONFIG_QDEV_ADDR=y
|
||||
|
Loading…
Reference in New Issue
Block a user