Add missing Makefile that got lost while rebasing commit 655ceff16b45c847 "[media] gscaler: Add Makefile for G-Scaler Driver" onto latest source tree. Signed-off-by: Sylwester Nawrocki <sylvester.nawrocki@xxxxxxxxx> --- Mauro, my apologies for this omission. I somehow missed to add the Makefile while rebasing on latest media tree. This patch fixes the compilation. Please revert commit "[PATCH] [media] gscaler: mark it as BROKEN" if it's merged already. Regards, Sylwester drivers/media/platform/exynos-gsc/Makefile | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) create mode 100644 drivers/media/platform/exynos-gsc/Makefile diff --git a/drivers/media/platform/exynos-gsc/Makefile b/drivers/media/platform/exynos-gsc/Makefile new file mode 100644 index 0000000..6d1411c --- /dev/null +++ b/drivers/media/platform/exynos-gsc/Makefile @@ -0,0 +1,3 @@ +exynos-gsc-objs := gsc-core.o gsc-m2m.o gsc-regs.o + +obj-$(CONFIG_VIDEO_SAMSUNG_EXYNOS_GSC) += exynos-gsc.o -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html