mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
b86986c7b3
Now that all the old code is gone, rename this option. Driver model migration is now complete. Signed-off-by: Simon Glass <sjg@chromium.org>
10 lines
275 B
Makefile
10 lines
275 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
# Copyright 2017 General Electric Company
|
|
#
|
|
# Based on board/freescale/mx53loco/Makefile:
|
|
#
|
|
# (C) Copyright 2011 Freescale Semiconductor, Inc.
|
|
# Jason Liu <r64343@freescale.com>
|
|
|
|
obj-y += mx53ppd.o
|
|
obj-$(CONFIG_VIDEO) += mx53ppd_video.o
|