Add automake option subdir-objects to prevent warnings

The SoC specific code is in subdirectories which leads to warnings in
newer
automake versions. The option subdir-objects prevents those warnings.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Reviewed-by: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
Stefan Agner
2013-08-19 22:10:20 +02:00
committed by Stephen Warren
parent 30ffca1748
commit 14574161a6
2 changed files with 3 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ AC_CONFIG_HEADERS([config.h])
# Checks for programs.
AC_PROG_CXX
AC_PROG_CC
AM_PROG_CC_C_O
PKG_PROG_PKG_CONFIG
# Checks for libraries.

View File

@@ -1,3 +1,5 @@
AUTOMAKE_OPTIONS = subdir-objects
AM_CFLAGS = -Wall -std=c99
bin_PROGRAMS = cbootimage bct_dump