mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-14 07:13:03 +00:00
11 lines
218 B
Makefile
11 lines
218 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
# Copyright 2022 DENX Software Engineering GmbH, Philip Oberfichtner <pro@denx.de>
|
||
|
#
|
||
|
|
||
|
obj-y += dh_common.o
|
||
|
|
||
|
ifneq (,$(CONFIG_ARCH_MX6)$(CONFIG_ARCH_IMX8M))
|
||
|
obj-y += dh_imx.o
|
||
|
endif
|