mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 18:59:44 +00:00
13 lines
279 B
Makefile
13 lines
279 B
Makefile
|
# 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
|