[AVR32] rename vmlinux.lds
authorSam Ravnborg <sam@ravnborg.org>
Sat, 15 Sep 2007 20:47:02 +0000 (22:47 +0200)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>
Thu, 11 Oct 2007 10:16:56 +0000 (12:16 +0200)
Rename vmlinux.lds to a .S file to match other architectures.
Simplify Makefile to match the rename and deleted the unused
USE_STANDARD_AS_RULE

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
arch/avr32/kernel/Makefile
arch/avr32/kernel/vmlinux.lds.S [moved from arch/avr32/kernel/vmlinux.lds.c with 100% similarity]

index 90e5aff..989fcd1 100644 (file)
@@ -11,8 +11,3 @@ obj-y                         += signal.o sys_avr32.o process.o time.o
 obj-y                          += init_task.o switch_to.o cpu.o
 obj-$(CONFIG_MODULES)          += module.o avr32_ksyms.o
 obj-$(CONFIG_KPROBES)          += kprobes.o
-
-USE_STANDARD_AS_RULE           := true
-
-%.lds: %.lds.c FORCE
-       $(call if_changed_dep,cpp_lds_S)