Provide mechanism to local additions to the build
authorPatrick Georgi <patrick.georgi@secunet.com>
Fri, 2 Sep 2011 07:57:01 +0000 (09:57 +0200)
committerPatrick Georgi <patrick@georgi-clan.de>
Wed, 14 Sep 2011 05:44:25 +0000 (07:44 +0200)
site-local/ is an optional directory for local additions to the build.
If site-local/Makefile.inc exists it will be parsed and used.

Use it to define VGA option roms, splash screens, extra rules to the
tree...

Change-Id: I0c6ee43ffa40e6c3f193db081ab551ab75bc7478
Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Reviewed-on: http://review.coreboot.org/212
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marcj303@gmail.com>
Makefile.inc

index 167ab5bcc8f89780ded8e357f93d33905ca50c55..4c87bd271677142dd99e3cfcfb58a760f1fe06cb 100644 (file)
@@ -45,6 +45,8 @@ subdirs-y += src/mainboard/$(MAINBOARDDIR)
 
 subdirs-$(CONFIG_ARCH_X86) += src/pc80
 
+subdirs-y += site-local
+
 #######################################################################
 # Add source classes and their build options
 classes-y := ramstage romstage driver smm