[ipxe-devel] [PATCH] [build] Allow named config for branding.h

Tufan Karadere tufank at gmail.com
Wed Aug 17 09:22:03 UTC 2016


Small patch for allowing named config for branding.h

/tufan
---
diff --git a/src/config/branding.h b/src/config/branding.h
index 73f00af..69fcec6 100644
--- a/src/config/branding.h
+++ b/src/config/branding.h
@@ -169,6 +169,9 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
  */
 #define PRODUCT_SETTING_URI "http://ipxe.org/cfg/%s"

+#include <config/named.h>
+#include NAMED_CONFIG(branding.h)
 #include <config/local/branding.h>
+#include LOCAL_NAMED_CONFIG(branding.h)

 #endif /* CONFIG_BRANDING_H */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20160817/47176119/attachment.htm>


More information about the ipxe-devel mailing list