diff options
author | Blue Swirl | 2011-09-04 22:51:28 +0200 |
---|---|---|
committer | Blue Swirl | 2011-09-10 16:46:12 +0200 |
commit | 1213406bf8d924a0747ec59d98751a8204558050 (patch) | |
tree | 39babe743492c05b1dc5eab163e18e2f4347d49f /Makefile.target | |
parent | Merge remote-tracking branch 'sstabellini/xen-next' into staging (diff) | |
download | qemu-1213406bf8d924a0747ec59d98751a8204558050.tar.gz qemu-1213406bf8d924a0747ec59d98751a8204558050.tar.xz qemu-1213406bf8d924a0747ec59d98751a8204558050.zip |
g364fb: compile in hwlib
Compile g364fb in hwlib. Two compilations less for the full build.
Acked-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 8822442a8a..5f93d9e859 100644 --- a/Makefile.target +++ b/Makefile.target @@ -284,7 +284,7 @@ obj-lm32-y += framebuffer.o obj-mips-y = mips_r4k.o mips_jazz.o mips_malta.o mips_mipssim.o obj-mips-y += mips_addr.o mips_timer.o mips_int.o obj-mips-y += vga.o i8259.o -obj-mips-y += g364fb.o jazz_led.o +obj-mips-y += jazz_led.o obj-mips-y += gt64xxx.o mc146818rtc.o obj-mips-y += cirrus_vga.o obj-mips-$(CONFIG_FULONG) += bonito.o vt82c686.o mips_fulong2e.o |