From 6410aa9ec1d738f3aa7af620e5da312ba9b1823f Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Mon, 9 Oct 2006 02:12:26 +0000 Subject: [PATCH] But still nothing happens on build ... I dig deeper and deeper into make hell ... git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@12 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- src/Makefile | 2 +- src/mainboard/emulation/qemu-i386/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index c14eaf72ab..4d227ef169 100644 --- a/src/Makefile +++ b/src/Makefile @@ -506,7 +506,7 @@ quiet_cmd_sysmap = SYSMAP # Generate System.map and verify that the content is consistent # Use + in front of the vmlinux_version rule to silent warning with make -j2 # First command is ':' to allow us to use + in front of the rule -define rule_vmlinux__ +define rule_linuxbios__ : $(if $(CONFIG_KALLSYMS),,+$(call cmd,vmlinux_version)) diff --git a/src/mainboard/emulation/qemu-i386/Makefile b/src/mainboard/emulation/qemu-i386/Makefile index d35d8e083d..1d61afce50 100644 --- a/src/mainboard/emulation/qemu-i386/Makefile +++ b/src/mainboard/emulation/qemu-i386/Makefile @@ -3,3 +3,4 @@ # obj-y = mainboard.o irq_tables.o setup_before_car.o +core-$(COMPRESSORS) += compressors