diff options
Diffstat (limited to 'include/buildcfg.h')
-rw-r--r-- | include/buildcfg.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/buildcfg.h b/include/buildcfg.h deleted file mode 100644 index 773f0b3..0000000 --- a/include/buildcfg.h +++ /dev/null @@ -1,6 +0,0 @@ -//Based on the target variant one of these would be picked -#ifdef TARGET_CRESPO -#include "buildcfg_crespo.h" -#else -#include "buildcfg_maguro.h" -#endif |