[LinuxBIOS] [PATCH][LAR] Add a top level target for LAR

Jordan Crouse jordan.crouse at amd.com
Wed Jul 11 20:07:47 CEST 2007


This is the easiest patch.. :)  Add a top level 'lar' target to v3, 
so I can build the utility by itself.  Until LAR gets seperated out
into its own repository, I'm going to have to figure out a way to make
buildROM build lar independently of the rest of the v3 code, and this is
probably the best way.

Jordan
-------------- next part --------------
[PATCH][LAR] Add a top level target for LAR

Add a top level target to the LAR makefile so it can be built by itself
in the LBv3 tree.

Signed-off-by: Jordan Crouse <jordan.crouse at amd.com>
Index: LinuxBIOSv3/util/lar/Makefile
===================================================================
--- LinuxBIOSv3.orig/util/lar/Makefile	2007-07-09 11:47:18.000000000 -0600
+++ LinuxBIOSv3/util/lar/Makefile	2007-07-09 11:47:33.000000000 -0600
@@ -47,6 +47,8 @@
 	$(Q)$(HOSTCC) $(HOSTCFLAGS) -c $< -o $@
 
 
+lar: $(obj)/util/lar/lar
+
 # -----------------------------------------------------------------------------
 # Stuff below this line is for debugging purposes only.
 


More information about the coreboot mailing list