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@amd.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@468 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Stefan Reinauer 2007-08-19 17:21:20 +00:00
commit c4f05ee85c
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -49,7 +49,6 @@
*/
#include <stdint.h>
#include "../../build/config.h"
#define MAGIC "LARCHIVE"
#define MAX_PATHLEN 1024