mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
Compile parallel only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
1afdfddc41
commit
b994504610
9 changed files with 12 additions and 3 deletions
|
@ -137,6 +137,8 @@ hw-obj-$(CONFIG_NAND) += nand.o
|
|||
hw-obj-$(CONFIG_M48T59) += m48t59.o
|
||||
hw-obj-$(CONFIG_ESCC) += escc.o
|
||||
|
||||
hw-obj-$(CONFIG_PARALLEL) += parallel.o
|
||||
|
||||
# PCI watchdog devices
|
||||
hw-obj-y += wdt_i6300esb.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue