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



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/



Relevant Pages

  • [PATCH 3/6] AVR32: Add nsproxy definition
    ... The patch namespaces-add-nsproxy.patch defines nsproxy in all arches' ... This does the same for AVR32 ...
    (Linux-Kernel)
  • Re: [patch 0/4] Add ARCH_SUPPORTS_KPROBES (take 2)
    ... Mathieu Desnoyers wrote: ... Currently, avr32 doesn't include kernel/Kconfig.instrumentation, but ... defines KPROBES in arch/avr32/Kconfig.debug instead. ... avr32 in sync with everyone else, but that will obviously conflict with ...
    (Linux-Kernel)