summaryrefslogtreecommitdiffstats
path: root/include/buildcfg.h
blob: 773f0b3198fcb5bebd7eea521ead7dc88fafd3e2 (plain)
1
2
3
4
5
6
//Based on the target variant one of these would be picked
#ifdef TARGET_CRESPO
#include "buildcfg_crespo.h"
#else
#include "buildcfg_maguro.h"
#endif