mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 17:41:54 +00:00
The board-specific build.mk is included twice (by design). This change moves the "+=" terms inside the guard so that the variables are only extended on the second pass. BUG=none BRANCH=none TEST=make buildall V=1 By inspection, notice that CFLAGS and dirs-y don't have duplicate terms anymore. Change-Id: I4a5d05df5a7f9516d7379a627bee034bcb396582 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/300655 Commit-Ready: Bill Richardson <wfrichar@google.com> Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>