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).
10 $(CPP
) $(CFLAGS
) $< -o
$*.s
12 $(CC
) $(CFLAGS
) -c
$< -o
$*.o
15 mipsel-linux-ld
-N
-G
0 -T
ld.ecoff ..
/..
/boot
/zImage \
16 dec_boot.o ramdisk.img
-o nbImage
20 O_TARGET
:= dec_boot.o
21 O_OBJS
:= decstation.o
26 include $(TOPDIR
)/Rules.make