From c4f05ee85cfb9f6ffb2297d1abb0d0ab00cf1d74 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sun, 19 Aug 2007 17:21:20 +0000 Subject: [PATCH] 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 Acked-by: Stefan Reinauer git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@468 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- util/lar/Makefile | 2 ++ util/lar/lar.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/util/lar/Makefile b/util/lar/Makefile index bb60fa453b..9930bd1284 100644 --- a/util/lar/Makefile +++ b/util/lar/Makefile @@ -47,6 +47,8 @@ $(obj)/util/lar/%.o: $(src)/util/lar/%.c $(Q)$(HOSTCC) $(HOSTCFLAGS) -c $< -o $@ +lar: $(obj)/util/lar/lar + # ----------------------------------------------------------------------------- # Stuff below this line is for debugging purposes only. diff --git a/util/lar/lar.h b/util/lar/lar.h index 765a691c6f..20185b44c3 100644 --- a/util/lar/lar.h +++ b/util/lar/lar.h @@ -49,7 +49,6 @@ */ #include -#include "../../build/config.h" #define MAGIC "LARCHIVE" #define MAX_PATHLEN 1024