summaryrefslogtreecommitdiffstats
path: root/src/config/ioapi.h
diff options
context:
space:
mode:
authorPiotr JaroszyƄski2010-03-22 23:19:00 +0100
committerMichael Brown2010-03-26 20:07:22 +0100
commit46d6ec7d77a041d8266d0d9811f57ba92e86599e (patch)
tree9dee1e363ca6028070c28d4ced6565b48edf3240 /src/config/ioapi.h
parent[pxe] Remove pxe_set_cached_filename() (diff)
downloadipxe-46d6ec7d77a041d8266d0d9811f57ba92e86599e.tar.gz
ipxe-46d6ec7d77a041d8266d0d9811f57ba92e86599e.tar.xz
ipxe-46d6ec7d77a041d8266d0d9811f57ba92e86599e.zip
[build] Add support for local configuration files
Include config/local/$file in config/$file where it makes sense and create empty local configs during build if not present. Modified-by: Michael Brown <mcb30@etherboot.org> Signed-off-by: Michael Brown <mcb30@etherboot.org>
Diffstat (limited to 'src/config/ioapi.h')
-rw-r--r--src/config/ioapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/ioapi.h b/src/config/ioapi.h
index 8ddd557b..ce19c6d7 100644
--- a/src/config/ioapi.h
+++ b/src/config/ioapi.h
@@ -14,4 +14,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
//#undef PCIAPI_PCBIOS /* Access via PCI BIOS */
//#define PCIAPI_DIRECT /* Direct access via Type 1 accesses */
+#include <config/local/ioapi.h>
+
#endif /* CONFIG_IOAPI_H */