Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Peter Senna Tschudin | 6b0071c | 2017-11-06 19:14:11 +0000 | [diff] [blame] | 2 | # Copyright 2017 General Electric Company |
3 | # | ||||
4 | # Based on board/freescale/mx53loco/Makefile: | ||||
5 | # | ||||
6 | # (C) Copyright 2011 Freescale Semiconductor, Inc. | ||||
7 | # Jason Liu <r64343@freescale.com> | ||||
Peter Senna Tschudin | 6b0071c | 2017-11-06 19:14:11 +0000 | [diff] [blame] | 8 | |
9 | obj-y += mx53ppd.o | ||||
10 | obj-$(CONFIG_VIDEO) += mx53ppd_video.o |