blob: 928edfbad6fc18ca003bae4ee518451eb5afaa24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 2017 General Electric Company
#
# Based on board/freescale/mx53loco/Makefile:
#
# (C) Copyright 2011 Freescale Semiconductor, Inc.
# Jason Liu <r64343@freescale.com>
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y += mx53ppd.o
obj-$(CONFIG_VIDEO) += mx53ppd_video.o
|