summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/identity/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/identity/Makefile')
-rw-r--r--src/gallium/drivers/identity/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/identity/Makefile b/src/gallium/drivers/identity/Makefile
index e32b9102e5..74692d9761 100644
--- a/src/gallium/drivers/identity/Makefile
+++ b/src/gallium/drivers/identity/Makefile
@@ -6,7 +6,6 @@ LIBNAME = identity
C_SOURCES = \
id_objects.c \
id_context.c \
- id_screen.c \
- id_drm.c
+ id_screen.c
include ../../Makefile.template