blob: 07d79d4ba17032179d0a4a48f4542cc7fc3a37c0 [file] [log] [blame]
Juan Quintela25be210f2009-10-07 02:41:00 +02001
2#include "config-host.h"
3#include "config-target.h"
Juan Quintelafe0d4d32009-10-07 02:41:03 +02004
5/* We want to include different config files for specific targets
6 And for the common library. They need a different name because
7 we don't want to rely in paths */
8
9#if defined(NEED_CPU_H)
10#include "config-devices.h"
11#else
12#include "config-all-devices.h"
13#endif