Makefile 214 B

123456789101112
  1. #
  2. # Makefile for the DECstation family specific parts of the kernel
  3. #
  4. netboot: all
  5. $(LD) -N -G 0 -T ld.ecoff ../../boot/zImage \
  6. dec_boot.o ramdisk.img -o nbImage
  7. obj-y := decstation.o
  8. clean:
  9. rm -f nbImage