public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] H8/300 support update (4/4) - makefile cleanup
@ 2004-03-14 16:28 Yoshinori Sato
  0 siblings, 0 replies; only message in thread
From: Yoshinori Sato @ 2004-03-14 16:28 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux kernel Mailing List

diff -Nru -X .exclude-diff linux-2.6.4/arch/h8300/platform/h8300h/Makefile linux-2.6.4-h8300/arch/h8300/platform/h8300h/Makefile
--- linux-2.6.4/arch/h8300/platform/h8300h/Makefile	2004-03-14 18:17:37.000000000 +0900
+++ linux-2.6.4-h8300/arch/h8300/platform/h8300h/Makefile	2004-03-15 00:17:44.000000000 +0900
@@ -4,15 +4,5 @@
 # Reuse any files we can from the H8/300H
 #
 
-#VPATH := $(VPATH):$(BOARD)
+obj-y := entry.o ints_h8300h.o
 
-.S.o:
-	$(CC) -D__ASSEMBLY__ $(AFLAGS) -I. -c $< -o $*.o
-
-obj-y := entry.o ints.o
-
-$(BOARD)/crt0_$(MODEL).o: $(BOARD)/crt0_$(MODEL).S
-
-entry.o: entry.S
-
-ints.o: ints.c
diff -Nru -X .exclude-diff linux-2.6.4/arch/h8300/platform/h8300h/aki3068net/Makefile linux-2.6.4-h8300/arch/h8300/platform/h8300h/aki3068net/Makefile
--- linux-2.6.4/arch/h8300/platform/h8300h/aki3068net/Makefile	2004-03-14 18:17:37.000000000 +0900
+++ linux-2.6.4-h8300/arch/h8300/platform/h8300h/aki3068net/Makefile	2004-03-15 00:17:44.000000000 +0900
@@ -4,8 +4,3 @@
 
 extra-y := crt0_ram.o
 obj-y := timer.o
-
-timer.o: timer.c
-
-clean:
-	rm -f *.[oa]
diff -Nru -X .exclude-diff linux-2.6.4/arch/h8300/platform/h8300h/generic/Makefile linux-2.6.4-h8300/arch/h8300/platform/h8300h/generic/Makefile
--- linux-2.6.4/arch/h8300/platform/h8300h/generic/Makefile	2004-03-14 18:17:37.000000000 +0900
+++ linux-2.6.4-h8300/arch/h8300/platform/h8300h/generic/Makefile	2004-03-15 00:17:44.000000000 +0900
@@ -4,6 +4,3 @@
 
 obj-y := timer.o
 extra-y =  crt0_$(MODEL).o
-
-clean:
-	rm -f *.[oa]
diff -Nru -X .exclude-diff linux-2.6.4/arch/h8300/platform/h8300h/h8max/Makefile linux-2.6.4-h8300/arch/h8300/platform/h8300h/h8max/Makefile
--- linux-2.6.4/arch/h8300/platform/h8300h/h8max/Makefile	2004-03-14 18:17:37.000000000 +0900
+++ linux-2.6.4-h8300/arch/h8300/platform/h8300h/h8max/Makefile	2004-03-15 00:17:44.000000000 +0900
@@ -4,8 +4,3 @@
 
 extra-y := crt0_ram.o
 obj-y := timer.o
-
-timer.o: timer.c
-
-clean:
-	rm -f *.[oa]
diff -Nru -X .exclude-diff linux-2.6.4/arch/h8300/platform/h8s/edosk2674/Makefile linux-2.6.4-h8300/arch/h8300/platform/h8s/edosk2674/Makefile
--- linux-2.6.4/arch/h8300/platform/h8s/edosk2674/Makefile	2004-03-14 18:17:37.000000000 +0900
+++ linux-2.6.4-h8300/arch/h8300/platform/h8s/edosk2674/Makefile	2004-03-15 00:17:44.000000000 +0900
@@ -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]
diff -Nru -X .exclude-diff linux-2.6.4/arch/h8300/platform/h8s/generic/Makefile linux-2.6.4-h8300/arch/h8300/platform/h8s/generic/Makefile
--- linux-2.6.4/arch/h8300/platform/h8s/generic/Makefile	2004-03-14 18:17:37.000000000 +0900
+++ linux-2.6.4-h8300/arch/h8300/platform/h8s/generic/Makefile	2004-03-15 00:17:44.000000000 +0900
@@ -4,8 +4,3 @@
 
 extra-y =  crt0_$(MODEL).o
 obj-y := timer.o
-
-timer.o: timer.c
-
-clean:
-	rm -f *.[oa]

-- 
Yoshinori Sato
<ysato@users.sourceforge.jp>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-03-14 16:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-14 16:28 [PATCH] H8/300 support update (4/4) - makefile cleanup Yoshinori Sato

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox