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
This commit is contained in:
Ronald G. Minnich 2006-10-09 02:12:26 +00:00
parent ab280c877e
commit 6410aa9ec1
2 changed files with 2 additions and 1 deletions

View file

@ -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))

View file

@ -3,3 +3,4 @@
#
obj-y = mainboard.o irq_tables.o setup_before_car.o
core-$(COMPRESSORS) += compressors