Commit 90ebbda4 authored by Yoshinori Sato's avatar Yoshinori Sato Committed by Linus Torvalds

[PATCH] H8/300: makefile cleanup

parent 893829b6
......@@ -4,8 +4,3 @@
extra-y := crt0_ram.o
obj-y := timer.o
timer.o: timer.c
clean:
rm -f *.[oa]
......@@ -4,6 +4,3 @@
obj-y := timer.o
extra-y = crt0_$(MODEL).o
clean:
rm -f *.[oa]
......@@ -4,8 +4,3 @@
extra-y := crt0_ram.o
obj-y := timer.o
timer.o: timer.c
clean:
rm -f *.[oa]
......@@ -2,10 +2,5 @@
# Makefile for the linux kernel.
#
extra-y := crt0_ram.o
extra-y := crt0_$(MODEL).o
obj-y := timer.o
timer.o: timer.c
clean:
rm -f *.[oa]
......@@ -4,8 +4,3 @@
extra-y = crt0_$(MODEL).o
obj-y := timer.o
timer.o: timer.c
clean:
rm -f *.[oa]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment