mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
add in a target we needed
git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@7 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
e359888b6e
commit
e7cec2575e
1 changed files with 6 additions and 0 deletions
|
@ -53,6 +53,12 @@ ifneq ($(strip $(obj-y) $(obj-m) $(obj-n) $(obj-) $(lib-target)),)
|
|||
builtin-target := $(obj)/built-in.o
|
||||
endif
|
||||
|
||||
|
||||
__build: $(builtin-target) $(lib-target) $(extra-y) \
|
||||
$(subdir-ym) $(always)
|
||||
@:
|
||||
|
||||
|
||||
# Linus' kernel sanity checking tool
|
||||
ifneq ($(LBBIOSBUILD_CHECKSRC),0)
|
||||
ifeq ($(LBBIOSBUILD_CHECKSRC),2)
|
||||
|
|
Loading…
Add table
Reference in a new issue