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:
Ronald G. Minnich 2006-10-08 00:51:53 +00:00
parent e359888b6e
commit e7cec2575e

View file

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