summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline/raspberrypi/meson.build
diff options
context:
space:
mode:
authorNaushir Patuck <naush@raspberrypi.com>2020-05-03 16:24:05 +0100
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-05-11 23:54:04 +0300
commit740fd1b62f670bd1ad4965ef0866ef5d51bdf947 (patch)
treefb5c7407d1a53256008e75eaa47b4d2418c2c8c0 /src/libcamera/pipeline/raspberrypi/meson.build
parent43d81d43fe91defcadec9f2f4f01e5afe9852ec5 (diff)
libcamera: pipeline: Raspberry Pi pipeline handler
Initial implementation of the Raspberry Pi (BCM2835) ISP pipeline handler. All code is licensed under the BSD-2-Clause terms. Copyright (c) 2019-2020 Raspberry Pi Trading Ltd. Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/libcamera/pipeline/raspberrypi/meson.build')
-rw-r--r--src/libcamera/pipeline/raspberrypi/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libcamera/pipeline/raspberrypi/meson.build b/src/libcamera/pipeline/raspberrypi/meson.build
new file mode 100644
index 00000000..73785797
--- /dev/null
+++ b/src/libcamera/pipeline/raspberrypi/meson.build
@@ -0,0 +1,3 @@
+libcamera_sources += files([
+ 'raspberrypi.cpp'
+])