diff options
Diffstat (limited to 'src/gallium/drivers/galahad/Makefile')
-rw-r--r-- | src/gallium/drivers/galahad/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/galahad/Makefile b/src/gallium/drivers/galahad/Makefile index 67d08745662..e9c4f7e28c8 100644 --- a/src/gallium/drivers/galahad/Makefile +++ b/src/gallium/drivers/galahad/Makefile @@ -6,7 +6,6 @@ LIBNAME = galahad C_SOURCES = \ glhd_objects.c \ glhd_context.c \ - glhd_screen.c \ - glhd_drm.c + glhd_screen.c include ../../Makefile.template |