mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
ab280c877e
commit
6410aa9ec1
2 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
|
@ -3,3 +3,4 @@
|
|||
#
|
||||
|
||||
obj-y = mainboard.o irq_tables.o setup_before_car.o
|
||||
core-$(COMPRESSORS) += compressors
|
||||
|
|
Loading…
Add table
Reference in a new issue