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