]> git.hungrycats.org Git - linux/commitdiff
[PATCH] H8/300: makefile cleanup
authorYoshinori Sato <ysato@users.sourceforge.jp>
Sun, 14 Mar 2004 23:59:38 +0000 (15:59 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 14 Mar 2004 23:59:38 +0000 (15:59 -0800)
arch/h8300/platform/h8300h/aki3068net/Makefile
arch/h8300/platform/h8300h/generic/Makefile
arch/h8300/platform/h8300h/h8max/Makefile
arch/h8300/platform/h8s/edosk2674/Makefile
arch/h8300/platform/h8s/generic/Makefile

index 5defd3f6b9b415094b8fb8929f93e3c70ca3a67c..b03c328f8c703ac578faf82eb7a3a2fb929a5a18 100644 (file)
@@ -4,8 +4,3 @@
 
 extra-y := crt0_ram.o
 obj-y := timer.o
-
-timer.o: timer.c
-
-clean:
-       rm -f *.[oa]
index d73c52e269bdff84c8e04ded0a33371c9fc77d22..b6ea7688a61616f4f1a0efe233c11c97943be70e 100644 (file)
@@ -4,6 +4,3 @@
 
 obj-y := timer.o
 extra-y =  crt0_$(MODEL).o
-
-clean:
-       rm -f *.[oa]
index 5defd3f6b9b415094b8fb8929f93e3c70ca3a67c..b03c328f8c703ac578faf82eb7a3a2fb929a5a18 100644 (file)
@@ -4,8 +4,3 @@
 
 extra-y := crt0_ram.o
 obj-y := timer.o
-
-timer.o: timer.c
-
-clean:
-       rm -f *.[oa]
index 5defd3f6b9b415094b8fb8929f93e3c70ca3a67c..f763654ac6fefc177b92bb6211dae9d2a6b34677 100644 (file)
@@ -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]
index 26e3fa8c0495f8872625e9f318c93b3662a98a5b..055d53a9811ba70dc41eb48050ee686486dbd0ae 100644 (file)
@@ -4,8 +4,3 @@
 
 extra-y =  crt0_$(MODEL).o
 obj-y := timer.o
-
-timer.o: timer.c
-
-clean:
-       rm -f *.[oa]