|
|
| File: [Development] / linux-2.6-xfs / arch / h8300 / platform / h8300h / Makefile (download)
Revision 1.2, Fri Mar 12 06:17:49 2004 UTC (13 years, 7 months ago) by nathans
Merge up to 2.6.4 |
# # Makefile for the linux kernel. # # Reuse any files we can from the H8/300H # #VPATH := $(VPATH):$(BOARD) .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