mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 09:01:24 +03:00
[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>
This commit is contained in:
committed by
Michael Brown
parent
80d1ac7320
commit
46d6ec7d77
@@ -145,4 +145,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#undef GDBUDP /* Remote GDB debugging over UDP
|
||||
* (both may be set) */
|
||||
|
||||
#include <config/local/general.h>
|
||||
|
||||
#endif /* CONFIG_GENERAL_H */
|
||||
|
||||
Reference in New Issue
Block a user