public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Yoshinori Sato <ysato@users.sourceforge.jp>
To: Linus Torvalds <torvalds@osdl.org>
Cc: linux kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH] H8/300 support update (4/4) - makefile cleanup
Date: Mon, 15 Mar 2004 01:28:29 +0900	[thread overview]
Message-ID: <m2ad2j1jgy.wl%ysato@users.sourceforge.jp> (raw)

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>

                 reply	other threads:[~2004-03-14 16:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2ad2j1jgy.wl%ysato@users.sourceforge.jp \
    --to=ysato@users.sourceforge.jp \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox