patch-2.3.27 linux/drivers/char/Makefile
Next file: linux/drivers/char/console.c
Previous file: linux/drivers/char/Config.in
Back to the patch index
Back to the overall index
- Lines: 40
- Date:
Thu Nov 11 16:03:36 1999
- Orig file:
v2.3.26/linux/drivers/char/Makefile
- Orig date:
Sun Nov 7 16:37:34 1999
diff -u --recursive --new-file v2.3.26/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -11,7 +11,7 @@
SUB_DIRS :=
MOD_SUB_DIRS := $(SUB_DIRS)
-ALL_SUB_DIRS := $(SUB_DIRS) ftape joystick
+ALL_SUB_DIRS := $(SUB_DIRS) ftape joystick pcmcia
#
# This file contains the font map for the default (hardware) font
@@ -450,6 +450,14 @@
endif
endif
+ifeq ($(CONFIG_VIDEO_STRADIS),y)
+O_OBJS += vino.o
+else
+ ifeq ($(CONFIG_VIDEO_STRADIS),m)
+ M_OBJS += stradis.o
+ endif
+endif
+
ifeq ($(CONFIG_RADIO_AZTECH),y)
O_OBJS += radio-aztech.o
else
@@ -581,6 +589,15 @@
ifeq ($(CONFIG_DRM),y)
ALL_SUB_DIRS += drm
MOD_SUB_DIRS += drm
+endif
+
+ifeq ($(CONFIG_PCMCIA),y)
+ SUB_DIRS += pcmcia
+ MOD_IN_SUB_DIRS += pcmcia
+else
+ ifeq ($(CONFIG_PCMCIA),m)
+ MOD_IN_SUB_DIRS += pcmcia
+ endif
endif
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)