diff options
author | Martyn Welch <martyn.welch@collabora.co.uk> | 2017-11-08 15:59:35 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-12-29 11:17:22 +0100 |
commit | 647155bcd549edae57f027e08add4c9ac090f05e (patch) | |
tree | b964c45a757ed8151387b695dfefd6e050915623 /board/ge/common/Makefile | |
parent | 1b25f2d9d72823cc6ba35e8cb9086c9b3f6b849b (diff) |
board: ge: mx53ppd: Move check_time() to common location
We are going to be using check_time() on more than the mx53ppd, move this
function to a common location.
Signed-off-by: Martyn Welch <martyn.welch@collabora.co.uk>
Diffstat (limited to 'board/ge/common/Makefile')
-rw-r--r-- | board/ge/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ge/common/Makefile b/board/ge/common/Makefile index 93e6c0182b..f5be11bcef 100644 --- a/board/ge/common/Makefile +++ b/board/ge/common/Makefile @@ -4,4 +4,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y := vpd_reader.o +obj-y := vpd_reader.o ge_common.o |