From 46d6ec7d77a041d8266d0d9811f57ba92e86599e Mon Sep 17 00:00:00 2001 From: Piotr JaroszyƄski Date: Mon, 22 Mar 2010 23:19:00 +0100 Subject: [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 Signed-off-by: Michael Brown --- src/config/ioapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config/ioapi.h') diff --git a/src/config/ioapi.h b/src/config/ioapi.h index 8ddd557b9..ce19c6d71 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 + #endif /* CONFIG_IOAPI_H */ -- cgit v1.2.3-55-g7522