From a992fe3d0fc185112677286f7a02204d8245b61e Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Sun, 22 Nov 2009 16:25:30 +0000 Subject: Makefile dependencies for device configs Add makefile dependencies for target specific device configs. These will copy the default config if none exists, obsoleting the old configure time code. If a config already exists but is older than the default then print a warning. Also remove config-devices.h. Code does not and should not care which devices are being built. Signed-off-by: Paul Brook --- config.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 07d79d4ba..e20f78696 100644 --- a/config.h +++ b/config.h @@ -1,13 +1,2 @@ - #include "config-host.h" #include "config-target.h" - -/* We want to include different config files for specific targets - And for the common library. They need a different name because - we don't want to rely in paths */ - -#if defined(NEED_CPU_H) -#include "config-devices.h" -#else -#include "config-all-devices.h" -#endif -- cgit v1.2.3