From c920faa62ea9d69d8c95b2bfd55b62f9b2a0c558 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 30 Jan 2002 14:35:58 +0000 Subject: Removed the one use of the mandatory keyword (for npx). npx is no more mandatory than sc. Its mandatoryness went away in rev.1.226 of i386/machdep.c 9 months before it was made mandatory in rev.1.24 of config/mkmakefile.c. This change is mainly to test building of minimal kernel configurations. npx should really be even more standard than clk. It was optional mainly so that the usual device driver configuration info could be specified in the usual way in config files, but this hasn't been necessary for a few years. --- sys/conf/files.i386 | 2 +- sys/conf/files.pc98 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index b4fc44d2a2790..e2f40eb874e69 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -267,7 +267,7 @@ i386/isa/matcd/matcd.c count matcd i386/isa/mca_machdep.c optional mca i386/isa/mcd.c count mcd i386/isa/mse.c optional mse -i386/isa/npx.c mandatory npx +i386/isa/npx.c optional npx i386/isa/pcaudio.c optional pca i386/isa/pcf.c optional pcf i386/isa/pcvt/pcvt_drv.c optional vt diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98 index 34910353328db..bf0eea2f1fb6f 100644 --- a/sys/conf/files.pc98 +++ b/sys/conf/files.pc98 @@ -250,7 +250,7 @@ i386/isa/loran.c optional loran i386/isa/matcd/matcd.c count matcd i386/isa/mca_machdep.c optional mca i386/isa/mcd.c count mcd -i386/isa/npx.c mandatory npx +i386/isa/npx.c optional npx i386/isa/pcf.c optional pcf i386/isa/pcvt/pcvt_drv.c optional vt i386/isa/pcvt/pcvt_ext.c optional vt -- cgit v1.3