summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2018-05-04 17:54:45 +0200
committerThierry Reding <treding@nvidia.com>2018-05-04 17:55:19 +0200
commitde7eac113b1ea3ce5b762ec1a2a3e9a321adb0c7 (patch)
tree2ad4a12de983acec3227c302d7cc23b42bfd8033 /configure.ac
parentfcecdf2b699f546fe563b28e277b2ccca664cafc (diff)
Update for new kernel ABIHEADmaster
This adds support for Tegra124 with the secure memory FD that's required for reference picture marking as well as tiling formats needed by the IP present in Tegra124. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 03b5de6..1157598 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,9 @@ AC_CONFIG_AUX_DIR(.)
AM_INIT_AUTOMAKE([foreign subdir-objects])
+# enable quiet compiles on automake 1.11
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
AM_DISABLE_STATIC
# Checks for programs.