From 1f3d3c8fd7f76150b727aa5980097d524cbb1141 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Wed, 7 Oct 2009 02:41:02 +0200 Subject: Add new config-devices.mak for each target We generate config-devices.h from there automatically. We need to do it in main Makefile, because we are going to need a main Makefile for them. Patchworks-ID: 35196 Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7e6d84415d..cdd6aad974 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +config-devices.* +config-all-devices.* config-host.* config-target.* i386 -- cgit v1.2.1