[PATCH 1/6] AVR32: Use auto.conf instead of MARKER

From: Haavard Skinnemoen
Date: Mon Jul 31 2006 - 09:54:20 EST


include/config/MARKER was killed by the commit
'kconfig: integrate split config into silentoldconfig', which also
updated all arches to use include/config/auto.conf instead.

This brings AVR32 in sync with everyone else.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx>
---
arch/avr32/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/avr32/Makefile b/arch/avr32/Makefile
index 9c41777..fb314af 100644
--- a/arch/avr32/Makefile
+++ b/arch/avr32/Makefile
@@ -34,7 +34,7 @@ libs-y += arch/avr32/lib/ #$(LIBGCC)

archincdir-$(CONFIG_PLATFORM_AT32AP) := arch-at32ap

-include/asm-avr32/.arch: $(wildcard include/config/platform/*.h) include/config/MARKER
+include/asm-avr32/.arch: $(wildcard include/config/platform/*.h) include/config/auto.conf
@echo ' SYMLINK include/asm-avr32/arch -> include/asm-avr32/$(archincdir-y)'
ifneq ($(KBUILD_SRC),)
$(Q)mkdir -p include/asm-avr32
--
1.4.0

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/