summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud