mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 08:17:46 +00:00
13 lines
214 B
Makefile
13 lines
214 B
Makefile
![]() |
#
|
||
|
# Makefile for the DECstation family specific parts of the kernel
|
||
|
#
|
||
|
|
||
|
netboot: all
|
||
|
$(LD) -N -G 0 -T ld.ecoff ../../boot/zImage \
|
||
|
dec_boot.o ramdisk.img -o nbImage
|
||
|
|
||
|
obj-y := decstation.o
|
||
|
|
||
|
clean:
|
||
|
rm -f nbImage
|