patch-2.3.18 linux/drivers/char/Makefile

Next file: linux/drivers/char/adbmouse.c
Previous file: linux/drivers/char/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.17/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -566,6 +566,11 @@
   endif
 endif
 
+ifeq ($(CONFIG_DRM),y)
+  ALL_SUB_DIRS += drm
+  MOD_SUB_DIRS += drm
+endif
+
 include $(TOPDIR)/Rules.make
 
 fastdep:

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)