mirror of
https://github.com/ipxe/ipxe
synced 2026-01-02 01:42:37 +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 */
|