mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
29771c2c39
Enable DM_VIDEO in config and don't overwrite console so it can be set from environment Acked-by: Patrick Bruenn <p.bruenn@beckhoff.com> Signed-off-by: Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
7 lines
217 B
Makefile
7 lines
217 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_DM_VIDEO) += mx53cx9020_video.o
|