[LinuxBIOS] r468 - LinuxBIOSv3/util/lar

svn at openbios.org svn at openbios.org
Sun Aug 19 19:21:20 CEST 2007


Author: stepan
Date: 2007-08-19 19:21:20 +0200 (Sun, 19 Aug 2007)
New Revision: 468

Modified:
   LinuxBIOSv3/util/lar/Makefile
   LinuxBIOSv3/util/lar/lar.h
Log:
Add a top level target to the LAR makefile so it can be built by itself
in the LBv3 tree.  Also remove any reference to the build system so that
LAr can be constructed in an un-configured tree.

Signed-off-by: Jordan Crouse <jordan.crouse at amd.com>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: LinuxBIOSv3/util/lar/Makefile
===================================================================
--- LinuxBIOSv3/util/lar/Makefile	2007-08-18 23:31:09 UTC (rev 467)
+++ LinuxBIOSv3/util/lar/Makefile	2007-08-19 17:21:20 UTC (rev 468)
@@ -47,6 +47,8 @@
 	$(Q)$(HOSTCC) $(HOSTCFLAGS) -c $< -o $@
 
 
+lar: $(obj)/util/lar/lar
+
 # -----------------------------------------------------------------------------
 # Stuff below this line is for debugging purposes only.
 

Modified: LinuxBIOSv3/util/lar/lar.h
===================================================================
--- LinuxBIOSv3/util/lar/lar.h	2007-08-18 23:31:09 UTC (rev 467)
+++ LinuxBIOSv3/util/lar/lar.h	2007-08-19 17:21:20 UTC (rev 468)
@@ -49,7 +49,6 @@
  */
 
 #include <stdint.h>
-#include "../../build/config.h"
 
 #define MAGIC "LARCHIVE"
 #define MAX_PATHLEN 1024





More information about the coreboot mailing list