Nuke biosboot_ps2
This commit is contained in:
parent
7e111aa959
commit
7cb5602067
@ -1,10 +1,9 @@
|
|||||||
# $NetBSD: Makefile,v 1.13 2000/05/13 19:58:01 jdolecek Exp $
|
# $NetBSD: Makefile,v 1.14 2001/05/02 13:43:10 jdolecek Exp $
|
||||||
|
|
||||||
SUBDIR= biosboot installboot
|
SUBDIR= biosboot installboot
|
||||||
SUBDIR+= dosboot
|
SUBDIR+= dosboot
|
||||||
SUBDIR+= biosboot_com0
|
SUBDIR+= biosboot_com0
|
||||||
SUBDIR+= biosboot_resetvideo
|
SUBDIR+= biosboot_resetvideo
|
||||||
SUBDIR+= biosboot_ps2
|
|
||||||
#SUBDIR+= genprom netboot
|
#SUBDIR+= genprom netboot
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.34 2001/03/31 09:45:12 hubertf Exp $
|
# $NetBSD: Makefile,v 1.35 2001/05/02 13:43:11 jdolecek Exp $
|
||||||
|
|
||||||
S= ${.CURDIR}/../../../../
|
S= ${.CURDIR}/../../../../
|
||||||
|
|
||||||
@ -37,11 +37,6 @@ CPPFLAGS+= -DRESET_VIDEO
|
|||||||
CPPFLAGS+= -DSUPPORT_SERIAL=CONSDEV_PC -DDIRECT_SERIAL
|
CPPFLAGS+= -DSUPPORT_SERIAL=CONSDEV_PC -DDIRECT_SERIAL
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if (${BASE} == "biosboot_ps2")
|
|
||||||
CPPFLAGS+= -DIBM_L40
|
|
||||||
CPPFLAGS+= -DSUPPORT_SERIAL=CONSDEV_PC -DDIRECT_SERIAL
|
|
||||||
.endif
|
|
||||||
|
|
||||||
CPPFLAGS+= -DSUPPORT_USTARFS
|
CPPFLAGS+= -DSUPPORT_USTARFS
|
||||||
#CPPFLAGS+= -DSUPPORT_DOSFS
|
#CPPFLAGS+= -DSUPPORT_DOSFS
|
||||||
CPPFLAGS+= -DPASS_BIOSGEOM
|
CPPFLAGS+= -DPASS_BIOSGEOM
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
# $NetBSD: Makefile,v 1.1 2000/05/13 19:58:03 jdolecek Exp $
|
|
||||||
|
|
||||||
BASE= biosboot_ps2
|
|
||||||
|
|
||||||
.include "../biosboot/Makefile"
|
|
Loading…
Reference in New Issue
Block a user