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 <[EMAIL PROTECTED]>
Acked-by: Stefan Reinauer <[EMAIL PROTECTED]>
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
--
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios