summaryrefslogtreecommitdiff
path: root/linux-core/Makefile
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@yahoo.com>2004-09-30 20:25:13 +0000
committerJon Smirl <jonsmirl@yahoo.com>2004-09-30 20:25:13 +0000
commitb3d70ad6a7b6f4bd1216929200ddfc8e348529cb (patch)
tree4702aeaa612ea2f4c6c69d253280b406298b5da8 /linux-core/Makefile
parent1c0a437fa20e8c3fb971cd8947754a9b274bea76 (diff)
Remove unused drm_module.h
Diffstat (limited to 'linux-core/Makefile')
-rw-r--r--linux-core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/Makefile b/linux-core/Makefile
index f3bbce06..2d02baea 100644
--- a/linux-core/Makefile
+++ b/linux-core/Makefile
@@ -68,7 +68,7 @@ DRM_MODULES ?= $(MODULE_LIST)
# These definitions are for handling dependencies in the out of kernel build.
DRMSHARED = drm.h drm_sarea.h
-DRMHEADERS = drmP.h drm_compat.h drm_os_linux.h drm_module.h $(DRMSHARED)
+DRMHEADERS = drmP.h drm_compat.h drm_os_linux.h $(DRMSHARED)
COREHEADERS = drm_core.h
TDFXHEADERS = tdfx_drv.h $(DRMHEADERS)