patch-2.3.31 linux/drivers/char/Makefile
Next file: linux/drivers/char/agp/Makefile
Previous file: linux/drivers/char/Config.in
Back to the patch index
Back to the overall index
-  Lines: 20
-  Date:
Tue Dec  7 16:22:34 1999
-  Orig file: 
v2.3.30/linux/drivers/char/Makefile
-  Orig date: 
Tue Dec  7 09:32:43 1999
diff -u --recursive --new-file v2.3.30/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -622,6 +622,7 @@
 endif
 
 ifeq ($(CONFIG_DRM),y)
+  SUB_DIRS += drm
   ALL_SUB_DIRS += drm
   MOD_SUB_DIRS += drm
 endif
@@ -633,6 +634,11 @@
   ifeq ($(CONFIG_PCMCIA),m)
     MOD_IN_SUB_DIRS += pcmcia
   endif
+endif
+
+ifeq ($(CONFIG_AGP), m)
+  ALL_SUB_DIRS += agp
+  MOD_SUB_DIRS += agp
 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)