source:
bootcd/isolinux/syslinux-6.03/gpxe/src/config/defaults.h
@
26ffad7
Last change on this file since 26ffad7 was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 219 bytes |
Line | |
---|---|
1 | #ifndef CONFIG_DEFAULTS_H |
2 | #define CONFIG_DEFAULTS_H |
3 | |
4 | FILE_LICENCE ( GPL2_OR_LATER ); |
5 | |
6 | #define CONFIG_DEFAULTS(_platform) <config/defaults/_platform.h> |
7 | |
8 | #include CONFIG_DEFAULTS(PLATFORM) |
9 | |
10 | #endif /* CONFIG_DEFAULTS_H */ |
Note: See TracBrowser
for help on using the repository browser.