summaryrefslogtreecommitdiff
path: root/gpxe/src/config/defaults.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/config/defaults.h')
-rw-r--r--gpxe/src/config/defaults.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gpxe/src/config/defaults.h b/gpxe/src/config/defaults.h
deleted file mode 100644
index 389c0b07..00000000
--- a/gpxe/src/config/defaults.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#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 */