From 25be210f69543faae4f22bfa2c7446c4f1be62ef Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Wed, 7 Oct 2009 02:41:00 +0200 Subject: 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 Signed-off-by: Anthony Liguori --- config.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config.h (limited to 'config.h') diff --git a/config.h b/config.h new file mode 100644 index 000000000..516acee6c --- /dev/null +++ b/config.h @@ -0,0 +1,3 @@ + +#include "config-host.h" +#include "config-target.h" -- cgit v1.2.3