mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-06-21 09:02:25 +02:00
10 lines
198 B
Makefile
Executable File
10 lines
198 B
Makefile
Executable File
#
|
|
# Copyright (c) 2015 Google, Inc
|
|
# Written by Simon Glass <sjg@chromium.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_DM_MCU) += mcu-uclass.o
|
|
obj-$(CONFIG_MCU_HC32fX) += mcu_hc32fx.o
|