NetBSD/sys/arch/prep/stand/boot_com0_vreset/Makefile
garbled d0b840b1df General fixups:
1) Fix support for the powerstack E1.  This machine needs to use the 8259
directly, and cannot use the prep interrupt vector register.  Place a
quirk entry in the table for the machine.
2) Add a new com0_vreset boot image.  The vreset code only works on a few
machines, and breaks others like the 7025-F40.  Its only limitedly useful
when used with the com0, so just make it an optional image the user can
install by hand if they want.
3) Bump the bootloader to 1.8 with the above change.
2006-06-27 23:26:13 +00:00

6 lines
112 B
Makefile

# $NetBSD: Makefile,v 1.1 2006/06/27 23:26:13 garbled Exp $
BASE=boot_com0_vreset
.include "../boot/Makefile"