You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910 |
- #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 */
|