From 59b416572e3e7deb0bb3d1386445fa783b6b63d1 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 10 Jan 2000 16:27:32 +0000 Subject: Use GENERIC for both pccard and non-pccard disks now that GENERIC is (or should be) everything that PCCARD is. --- release/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release') diff --git a/release/Makefile b/release/Makefile index 950b940..cff48ce 100644 --- a/release/Makefile +++ b/release/Makefile @@ -29,12 +29,12 @@ PCCARD?=NO .if ${PCCARD} == "YES" CARDDEV=card0 card1 card2 card3 -KERNCONF=PCCARD .else CARDDEV= -KERNCONF=GENERIC .endif +# We now use GENERIC for the pccard kernel. +KERNCONF=GENERIC # If you are using a local CVS repository with components stored in # non-standard modules, override these on the make commandline or -- cgit v1.1