]> git.proxmox.com Git - mirror_qemu.git/blame - config.h
Revert "Fall back to network boot as the last possible boot option"
[mirror_qemu.git] / config.h
CommitLineData
25be210f
JQ
1
2#include "config-host.h"
3#include "config-target.h"
fe0d4d3f
JQ
4
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