
* Jordan Crouse <jordan.crouse@amd.com> [070711 20:07]:
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
[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@amd.com>
Not exectly sugar of elegance, but I think this works for us. Acked-by: Stefan Reinauer <stepan@coresystems.de>
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.
-- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios
-- coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br. Tel.: +49 761 7668825 • Fax: +49 761 7664613 Email: info@coresystems.de • http://www.coresystems.de/ Registergericht: Amtsgericht Freiburg • HRB 7656 Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866