summaryrefslogtreecommitdiff
path: root/gpxe/src/config/defaults.h
blob: 389c0b07bc9f3cf827b543deeff6cab12df5e820 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef CONFIG_DEFAULTS_H
#define CONFIG_DEFAULTS_H

FILE_LICENCE ( GPL2_OR_LATER );

#define CONFIG_DEFAULTS(_platform) <config/defaults/_platform.h>

#include CONFIG_DEFAULTS(PLATFORM)

#endif /* CONFIG_DEFAULTS_H */