From 18dba2a72e8b93d9781eccf4a1518c3c4fdee12c Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Sun, 8 Oct 2006 21:29:41 +0000 Subject: [PATCH] Trying to fit this into a linuxbios makefile ... git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@10 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile b/src/Makefile index 5841942507..50fd249135 100644 --- a/src/Makefile +++ b/src/Makefile @@ -396,7 +396,7 @@ endif # command line. # This allow a user to issue only 'make' to build a kernel including modules # Defaults vmlinux but it is usually overriden in the arch makefile -all: vmlinux +all: linuxbios ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE CFLAGS += -Os @@ -544,7 +544,7 @@ endef # vmlinux image - including updated kernel symbols linuxbios.rom: $(linuxbios-lds) $(linuxbios-init) $(linuxbios-main) $(kallsyms.o) FORCE - $(call if_changed_rule,vmlinux__) + $(call if_changed_rule,linuxbios) $(Q)rm -f .old_version # The actual objects are generated when descending, @@ -696,7 +696,7 @@ depend dep: # Directories & files removed with 'make clean' CLEAN_DIRS += $(MODVERDIR) CLEAN_FILES += linuxbios.rom System.map \ - .tmp_kallsyms* .tmp_version .tmp_vmlinux* .tmp_System.map + .tmp_kallsyms* .tmp_version .tmp_linuxbios* .tmp_System.map # Directories & files removed with 'make mrproper' MRPROPER_DIRS += include/config