mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 21:41:43 +03:00
9 lines
186 B
C
9 lines
186 B
C
#ifndef CONFIG_DEFAULTS_H
|
|
#define CONFIG_DEFAULTS_H
|
|
|
|
#define CONFIG_DEFAULTS(_platform) <config/defaults/_platform.h>
|
|
|
|
#include CONFIG_DEFAULTS(PLATFORM)
|
|
|
|
#endif /* CONFIG_DEFAULTS_H */
|