all: now depends on linuxbios.rom

payload.block is going away


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@929 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich 2003-06-30 17:29:31 +00:00
parent 6a3a3e5c98
commit c22ea4f00d
1 changed files with 2 additions and 0 deletions

View File

@ -793,6 +793,8 @@ CPUFLAGS := $(foreach _var_,$(VARIABLES),$(call D_item,$(_var_)))
file.write("%s\n" %i)
file.write("\n")
# main rule
file.write("all: linuxbios.rom")
# print out all the object dependencies
file.write("\n# object dependencies (objectrules:)\n")
file.write("OBJECTS :=\n")