Files
ipxe/src/config/defaults.h

9 lines
186 B
C
Raw Normal View History

#ifndef CONFIG_DEFAULTS_H
#define CONFIG_DEFAULTS_H
#define CONFIG_DEFAULTS(_platform) <config/defaults/_platform.h>
#include CONFIG_DEFAULTS(PLATFORM)
#endif /* CONFIG_DEFAULTS_H */