mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 16:37:30 +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>
7 lines
214 B
Makefile
7 lines
214 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2015 Beckhoff Automation GmbH & Co. KG
|
|
# Patrick Bruenn <p.bruenn@beckhoff.com>
|
|
|
|
obj-y += mx53cx9020.o
|
|
obj-$(CONFIG_VIDEO) += mx53cx9020_video.o
|