diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-08-22 05:21:13 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-08-23 07:29:05 -0300 |
commit | 3f0e6df62213ede83e3b223d36594cbcc953cb08 (patch) | |
tree | 79dd6f360d692d3720f374628c51e2d38aee0b3b /drivers/media/platform/sunxi/Makefile | |
parent | c5e8f4ccd7750487f4ce05d0e801637124f14609 (diff) |
media: sunxi: Refactor the Makefile and Kconfig
The Makefile and Kconfig for the sun6i CSI driver are included in the main
Makefile / KConfig file. Since we're going to add a new CSI driver for an
older chip, and the Cedrus driver eventually, it makes more sense to put
those in our directory.
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/platform/sunxi/Makefile')
-rw-r--r-- | drivers/media/platform/sunxi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/sunxi/Makefile b/drivers/media/platform/sunxi/Makefile new file mode 100644 index 000000000000..8d06f98500ee --- /dev/null +++ b/drivers/media/platform/sunxi/Makefile @@ -0,0 +1 @@ +obj-y += sun6i-csi/ |