some more porting to the merge

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1723 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2004-10-27 17:27:10 +00:00
parent 6e53f50082
commit a58cd524fb
4 changed files with 421 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ makerule ./failover.inc
end
makerule ./auto.E
depends "$(MAINBOARD)/auto.c option_table.h "
depends "$(MAINBOARD)/auto.c option_table.h"
action "$(CPP) -I$(TOP)/src -I. $(ROMCCPPFLAGS) $(CPPFLAGS) $(MAINBOARD)/auto.c > ./auto.E"
end
makerule ./auto.inc