|
|
| File: [Development] / linux-2.6-xfs / arch / h8300 / platform / h8300h / Makefile (download)
Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 10 months ago) by cattelan
Initial Import 2.6.0 |
# # Makefile for the linux kernel. # # Reuse any files we can from the H8/300H # #VPATH := $(VPATH):$(BOARD) # Note! Dependencies are done automagically by 'make dep', which also # removes any old dependencies. DON'T put your own dependencies here # unless it's something special (ie not a .c file). # .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