mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Compile ne2000_isa only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
84108e128e
commit
d3ffc7a6e7
11 changed files with 13 additions and 3 deletions
|
@ -156,6 +156,7 @@ hw-obj-y += pcnet.o
|
|||
|
||||
hw-obj-$(CONFIG_SMC91C111) += smc91c111.o
|
||||
hw-obj-$(CONFIG_LAN9118) += lan9118.o
|
||||
hw-obj-$(CONFIG_NE2000_ISA) += ne2000-isa.o
|
||||
|
||||
# IDE
|
||||
hw-obj-$(CONFIG_IDE_QDEV) += ide/qdev.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue