diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-07 02:41:00 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-08 21:17:03 -0500 |
commit | dee4d5d8a003c3a41455c143b7e1af0043407d3b (patch) | |
tree | 7b2682b045aa6b962ab43dfad2e34aae687711e3 /config.h | |
parent | 3de55203990baa017aa3d588fd7e423d399df731 (diff) | |
download | qemu-dee4d5d8a003c3a41455c143b7e1af0043407d3b.tar.gz qemu-dee4d5d8a003c3a41455c143b7e1af0043407d3b.tar.bz2 qemu-dee4d5d8a003c3a41455c143b7e1af0043407d3b.zip |
Rename config.{h, mak} config-target.{h, mak}
Add config.h file that includes config-target.h and config-host.h
Patchworks-ID: 35193
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h new file mode 100644 index 0000000000..516acee6c5 --- /dev/null +++ b/config.h @@ -0,0 +1,3 @@ + +#include "config-host.h" +#include "config-target.h" |