Select the types of activity you want to include in your feed.
1# 2# Makefile for the DECstation family specific parts of the kernel 3# 4 5netboot: all 6 $(LD) -N -G 0 -T ld.ecoff ../../boot/zImage \ 7 dec_boot.o ramdisk.img -o nbImage 8 9obj-y := decstation.o 10 11clean: 12 rm -f nbImage