These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / roms / ipxe / src / config / defaults.h
1 #ifndef CONFIG_DEFAULTS_H
2 #define CONFIG_DEFAULTS_H
3
4 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
5
6 #define CONFIG_DEFAULTS(_platform) <config/defaults/_platform.h>
7
8 #include CONFIG_DEFAULTS(PLATFORM)
9
10 #endif /* CONFIG_DEFAULTS_H */