lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 31 Jul 2006 15:55:55 +0200
From:	Haavard Skinnemoen <hskinnemoen@...el.com>
To:	akpm@...l.org
Cc:	linux-kernel@...r.kernel.org,
	Haavard Skinnemoen <hskinnemoen@...el.com>
Subject: [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@...el.com>
---
 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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ