From e7cec2575ebb9ea205b4ddcbcfaf36da183e1621 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Sun, 8 Oct 2006 00:51:53 +0000 Subject: [PATCH] add in a target we needed git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@7 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- src/scripts/Makefile.build | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/scripts/Makefile.build b/src/scripts/Makefile.build index 7576467fce..cec2156652 100644 --- a/src/scripts/Makefile.build +++ b/src/scripts/Makefile.build @@ -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)