mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-09-08 21:41:14 +00:00
1. change some directory structure for the build script
2. add build script and document see DOC/BuildVentoyFromSource.txt for detail
This commit is contained in:
24
IPXE/ipxe_mod_code/ipxe-3fe683e/src/config/settings.h
Normal file
24
IPXE/ipxe_mod_code/ipxe-3fe683e/src/config/settings.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#ifndef CONFIG_SETTINGS_H
|
||||
#define CONFIG_SETTINGS_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
* Configuration settings sources
|
||||
*
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
|
||||
//#define PCI_SETTINGS /* PCI device settings */
|
||||
//#define CPUID_SETTINGS /* CPUID settings */
|
||||
//#define MEMMAP_SETTINGS /* Memory map settings */
|
||||
//#define VMWARE_SETTINGS /* VMware GuestInfo settings */
|
||||
//#define VRAM_SETTINGS /* Video RAM dump settings */
|
||||
//#define ACPI_SETTINGS /* ACPI settings */
|
||||
|
||||
#include <config/named.h>
|
||||
#include NAMED_CONFIG(settings.h)
|
||||
#include <config/local/settings.h>
|
||||
#include LOCAL_NAMED_CONFIG(settings.h)
|
||||
|
||||
#endif /* CONFIG_SETTINGS_H */
|
Reference in New Issue
Block a user