summaryrefslogtreecommitdiff
path: root/aic/meson.build
diff options
context:
space:
mode:
authorUmang Jain <umang.jain@ideasonboard.com>2021-05-10 23:52:07 +0530
committerUmang Jain <umang.jain@ideasonboard.com>2021-06-28 17:54:08 +0530
commit062a6159113d55c6c49a72e8491751f3fad54334 (patch)
treef99145dea729e853e28fcaaee6ce71203f86a6a1 /aic/meson.build
parent3e6709e214045205790df311f5ee3b003a6f8b3e (diff)
aic: Provide Automatic IPU Configuration support
Provide a support layer for the AIC abstraction of the IPU configuration layer. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
Diffstat (limited to 'aic/meson.build')
-rw-r--r--aic/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/aic/meson.build b/aic/meson.build
index 361d8b2..d6b8997 100644
--- a/aic/meson.build
+++ b/aic/meson.build
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: CC0-1.0
ipu3_ipa_files += files([
+ 'aic.cpp',
'ipu3_isp_pipe.cpp',
'parameter_encoder.cpp',
])