[PATCH 1/6] AVR32: Use auto.conf instead of MARKER
- From: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx>
- Date: Mon, 31 Jul 2006 15:55:55 +0200
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/
- Follow-Ups:
- [PATCH 2/6] AVR32: Don't assume anything about MAX_NR_ZONES
- From: Haavard Skinnemoen
- [PATCH 2/6] AVR32: Don't assume anything about MAX_NR_ZONES
- Prev by Date: [PATCH 3/6] AVR32: Add nsproxy definition
- Next by Date: [PATCH 2/6] AVR32: Don't assume anything about MAX_NR_ZONES
- Previous by thread: [PATCH 0/6] AVR32 update for 2.6.18-rc2-mm1
- Next by thread: [PATCH 2/6] AVR32: Don't assume anything about MAX_NR_ZONES
- Index(es):
Relevant Pages
|
|