On Fri, Apr 11, 2008 at 01:00:09PM -0600, Jordan Crouse wrote:
A new copy of the libpayload patch for buildrom that includes the latest version of libpayload plus a specific patch for building Geode. Also, you know, this one actually... um.. works.
Thanks :)
Acked-by: Ward Vandewege ward@gnu.org
(but see one change below)
+$(LIBPAYLOAD_SRC_DIR)/lib/libpayload.a: $(LIBPAYLOAD_SRC_DIR)/.config
- @ echo "Building libpayload..."
Please add
ifeq ($(findstring customconfig,$(LIBPAYLOAD_CONFIG)),customconfig) @ echo "Using custom config $(LIBPAYLOAD_CONFIG)" endif
here.
- @ make -C $(LIBPAYLOAD_SRC_DIR) > $(LIBPAYLOAD_BUILD_LOG) 2>&1
- @ mkdir -p $(OUTPUT_DIR)/config/libpayload
- @ cp $(LIBPAYLOAD_SRC_DIR)/.config $(OUTPUT_DIR)/config/libpayload
Thanks, Ward.