Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
src/shaders/post_processing/Makefile
src/shaders/post_processing/gen5_6/Makefile
src/shaders/post_processing/gen7/Makefile
+ src/shaders/post_processing/gen75/Makefile
src/shaders/render/Makefile
src/shaders/utils/Makefile
src/shaders/vme/Makefile
endif
# Wayland protocol
+protocol_source_h = wayland-drm-client-protocol.h
i965_output_wayland.c: $(protocol_source_h)
@wayland_scanner_rules@
-SUBDIRS = gen5_6 gen7
+SUBDIRS = gen5_6 gen7 gen75
# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = Makefile.in
--- /dev/null
+INTEL_PP_PRE_G75B = \
+ sharpening_h_blur.g75b \
+ sharpening_unmask.g75b \
+ sharpening_v_blur.g75b
+
+EXTRA_DIST = $(INTEL_PP_PRE_G75B)
+
+# Extra clean files so that maintainer-clean removes *everything*
+MAINTAINERCLEANFILES = Makefile.in
$(INTEL_GEN75_INC) \
$(INTEL_GEN7_INC) \
$(VME75_CORE) \
+ $(VME7_CORE) \
$(VME_CORE) \
$(NULL)