diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-08-18 17:01:07 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-08-18 17:01:07 +0000 |
commit | 7ecd8df89a50ba5d24cde45d03040002a0f1d901 (patch) | |
tree | eb3cdfc9ad2581a3dcb53fd201870737a20d8e11 /Makefile | |
parent | b11ebf64b696952e83f3dfbee8c42a5b6cb4a389 (diff) |
Fix breakage of alpha, mips64, ppc64 and x86_64 targets on non-amd64 host
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ block-obj-y += $(addprefix block/, $(block-nested-y)) # CPUs and machines. 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 += i2c.o smbus.o smbus_eeprom.o max7310.o max111x.o wm8750.o |