From fe7eb5d88bd593a35a13a0a84997ab6c41397bac Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sun, 25 Sep 2005 02:00:47 +0200 Subject: Cleanup --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 26fc73d..702cd79 100644 --- a/Makefile +++ b/Makefile @@ -1409,7 +1409,7 @@ xtract_int_cm = $(subst integrator$1_,,$(subst _config,,$2)) integratorap_config : unconfig @echo -n "/* Integrator configuration implied " > tmp.fil; \ echo " by Makefile target */" >> tmp.fil; \ - echo >> tmp.fil + echo >> tmp.fil @echo -n "#define CONFIG_INTEGRATOR 1" >> tmp.fil; \ echo " /* Integrator board */" >> tmp.fil; \ echo -n "#define CONFIG_ARCH_INTEGRATOR" >> tmp.fil; \ @@ -1435,7 +1435,7 @@ integratorap_CM10220E_config integratorap_CM1026EJ_S_config \ integratorap_CM1136JF_S_config : unconfig @echo -n "/* Integrator configuration implied " > tmp.fil; \ echo " by Makefile target */" >> tmp.fil; \ - echo >> tmp.fil + echo >> tmp.fil @echo -n "#define CONFIG_INTEGRATOR 1" >> tmp.fil; \ echo " /* Integrator board */" >> tmp.fil; \ echo -n "#define CONFIG_ARCH_INTEGRATOR" >> tmp.fil; \ @@ -1481,7 +1481,7 @@ integratorap_CM1136JF_S_config : unconfig integratorcp_config : unconfig @echo -n "/* Integrator configuration implied " > tmp.fil; \ echo " by Makefile target */" >> tmp.fil; \ - echo >> tmp.fil + echo >> tmp.fil @echo -n "#define CONFIG_INTEGRATOR 1" >> tmp.fil; \ echo " /* Integrator board */" >> tmp.fil; \ echo -n "#define CONFIG_ARCH_CINTEGRATOR" >> tmp.fil; \ @@ -1520,7 +1520,7 @@ integratorcp_CM10220E_config integratorcp_CM1026EJ_S_config \ integratorcp_CM1136JF_S_config : unconfig @echo -n "/* Integrator configuration implied " > tmp.fil; \ echo " by Makefile target */" >> tmp.fil; \ - echo >> tmp.fil + echo >> tmp.fil @echo -n "#define CONFIG_INTEGRATOR 1" >> tmp.fil; \ echo " /* Integrator board */" >> tmp.fil; \ echo -n "#define CONFIG_ARCH_CINTEGRATOR" >> tmp.fil; \ -- cgit v1.1