mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Fix breakage of alpha, mips64, ppc64 and x86_64 targets on non-amd64 host
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
b11ebf64b6
commit
7ecd8df89a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -73,7 +73,7 @@ block-obj-y += $(addprefix block/, $(block-nested-y))
|
||||||
# CPUs and machines.
|
# CPUs and machines.
|
||||||
|
|
||||||
obj-y = $(block-obj-y)
|
obj-y = $(block-obj-y)
|
||||||
obj-y += readline.o console.o
|
obj-y += readline.o console.o host-utils.o
|
||||||
|
|
||||||
obj-y += irq.o ptimer.o
|
obj-y += irq.o ptimer.o
|
||||||
obj-y += i2c.o smbus.o smbus_eeprom.o max7310.o max111x.o wm8750.o
|
obj-y += i2c.o smbus.o smbus_eeprom.o max7310.o max111x.o wm8750.o
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue