Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.16 12 lines 214 B view raw
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