diff options
author | Emil Velikov <[email protected]> | 2014-08-29 19:22:10 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-05 23:46:23 +0100 |
commit | 0fd45d30798c014f6d51546a9a13cb7883bd8321 (patch) | |
tree | d66d4c78ab5d755025ca1fa5f6d4f1dc2ecf2a1b /src/gallium/winsys/intel | |
parent | d09167a39ff6ca50cd607547b001d28ee7b63fef (diff) |
winsys/intel: drop intel_winsys.h from makefile.sources
With the last revisions of commit 664c2d76947(gallium/ilo: cleanup
intel_winsys.h) we moved the header from winsys to drivers, but we
forgot to update the makefile.sources to reflect this.
Cc: Chia-I Wu <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Chia-I Wu <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium/winsys/intel')
-rw-r--r-- | src/gallium/winsys/intel/drm/Makefile.sources | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/winsys/intel/drm/Makefile.sources b/src/gallium/winsys/intel/drm/Makefile.sources index 18b2513f8e8..0085d5a06b2 100644 --- a/src/gallium/winsys/intel/drm/Makefile.sources +++ b/src/gallium/winsys/intel/drm/Makefile.sources @@ -1,4 +1,3 @@ C_SOURCES := \ intel_drm_public.h \ - intel_drm_winsys.c \ - intel_winsys.h + intel_drm_winsys.c |