+- update patches.fixes/linux-post-2.6.4rc1-20040302
[linux-flexiantxendom0-3.2.10.git] / arch / h8300 / platform / h8300h / Makefile
1 #
2 # Makefile for the linux kernel.
3 #
4 # Reuse any files we can from the H8/300H
5 #
6
7 #VPATH := $(VPATH):$(BOARD)
8
9 .S.o:
10         $(CC) -D__ASSEMBLY__ $(AFLAGS) -I. -c $< -o $*.o
11
12 obj-y := entry.o ints.o
13
14 $(BOARD)/crt0_$(MODEL).o: $(BOARD)/crt0_$(MODEL).S
15
16 entry.o: entry.S
17
18 ints.o: ints.c