diff options
author | Emil Velikov <[email protected]> | 2014-08-16 19:34:10 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-08-28 21:24:16 +0100 |
commit | 664c2d76947a855ddfffdc8448b46d1633b88059 (patch) | |
tree | 466d4c827ac7054ac9e8e80b6efd960ddc31ed4d /src/gallium/drivers/ilo/Android.mk | |
parent | 4ca203f6a1c01299fc7b7d0aa6f10d31d92ee6e3 (diff) |
gallium/ilo: cleanup intel_winsys.h
Make the header location, inclusion and contents more common with
its i915,r* and nouveau counterparts:
- Move the header within drivers/ilo.
- Separate out intel_winsys_create_for_fd into 'drm_public' header.
- Cleanup the compiler includes.
v2: Move the header to drivers/ilo. Suggested by Chia-I.
v3: Correct intel_winsys.h inclusion. Spotted by Chia-I.
Cc: Chia-I Wu <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Chia-I Wu <[email protected]>
Diffstat (limited to 'src/gallium/drivers/ilo/Android.mk')
-rw-r--r-- | src/gallium/drivers/ilo/Android.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/ilo/Android.mk b/src/gallium/drivers/ilo/Android.mk index 2b06663e2b6..39de3a6070c 100644 --- a/src/gallium/drivers/ilo/Android.mk +++ b/src/gallium/drivers/ilo/Android.mk @@ -28,8 +28,7 @@ include $(LOCAL_PATH)/Makefile.sources include $(CLEAR_VARS) LOCAL_C_INCLUDES := \ - $(LOCAL_PATH)/include \ - $(GALLIUM_TOP)/winsys/intel + $(LOCAL_PATH)/include LOCAL_SRC_FILES := $(C_SOURCES) |