[coreboot] r177 - buildrom-devel

svn at coreboot.org svn at coreboot.org
Sun May 4 17:45:13 CEST 2008


Author: ward
Date: 2008-05-04 17:45:12 +0200 (Sun, 04 May 2008)
New Revision: 177

Modified:
   buildrom-devel/Makefile
Log:

Add openvsa to the DEPENDS-y list if it is used, to make sure that a distclean
clears out the work/openvsa subdirectory.

This is a trivial patch.

Signed-off-by: Ward Vandewege <ward at gnu.org>
Acked-by: Ward Vandewege <ward at gnu.org>



Modified: buildrom-devel/Makefile
===================================================================
--- buildrom-devel/Makefile	2008-05-04 15:23:20 UTC (rev 176)
+++ buildrom-devel/Makefile	2008-05-04 15:45:12 UTC (rev 177)
@@ -59,6 +59,12 @@
 COREBOOT-$(CONFIG_COREBOOT_V2) = coreboot
 COREBOOT-$(CONFIG_COREBOOT_V3) = coreboot-v3 roms
 
+# Add openvsa as a dependency if it is configured to be used; this makes sure
+# that make distclean will clear out work/openvsa (see below)
+ifeq ($(CONFIG_VSA_OPENVSA),y)
+	DEPENDS-y+=openvsa
+endif
+
 # Construct the list of packages we will be building
 
 PKGLIST = $(COREBOOT-y) $(DEPENDS-y) $(PAYLOAD-y) $(HOSTTOOLS-y)





More information about the coreboot mailing list