summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/modules/fdc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/fdc/Makefile b/sys/modules/fdc/Makefile
index 09e6ea2..bbd7ae0 100644
--- a/sys/modules/fdc/Makefile
+++ b/sys/modules/fdc/Makefile
@@ -8,8 +8,8 @@ SRCS= fd.c \
bus_if.h card_if.h device_if.h isa_if.h
NOMAN=
-FDC_DEBUG= 1 # 0/1
-FDC_PCCARD= 0 # 0/1 whether pccard support (i. e. Y-E DATA PCMCIA
+FDC_DEBUG?= 0 # 0/1
+FDC_PCCARD?= 1 # 0/1 whether pccard support (i. e. Y-E DATA PCMCIA
# # fdc) is desired
CLEANFILES= card.h
OpenPOWER on IntegriCloud