Import 2.3.9pre5
[davej-history.git] / arch / mips / dec / boot / Makefile
blob1257b560c3834be337a9a845c2f4c64ab01a0a69
2 # Makefile for the DECstation family specific parts of the kernel
4 # Note! Dependencies are done automagically by 'make dep', which also
5 # removes any old dependencies. DON'T put your own dependencies here
6 # unless it's something special (ie not a .c file).
9 .S.s:
10 $(CPP) $(CFLAGS) $< -o $*.s
11 .S.o:
12 $(CC) $(CFLAGS) -c $< -o $*.o
14 netboot: all
15 mipsel-linux-ld -N -G 0 -T ld.ecoff ../../boot/zImage \
16 dec_boot.o ramdisk.img -o nbImage
18 all: dec_boot.o
20 O_TARGET := dec_boot.o
21 O_OBJS := decstation.o
23 clean:
24 rm -f nbImage
26 include $(TOPDIR)/Rules.make