00001 #ifndef CONFIG_DEFAULTS_H 00002 #define CONFIG_DEFAULTS_H 00003 00004 FILE_LICENCE ( GPL2_OR_LATER ); 00005 00006 #define CONFIG_DEFAULTS(_platform) <config/defaults/_platform.h> 00007 00008 #include CONFIG_DEFAULTS(PLATFORM) 00009 00010 #endif /* CONFIG_DEFAULTS_H */
1.5.7.1