mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 19:28:36 +00:00
10 lines
152 B
Makefile
10 lines
152 B
Makefile
|
#
|
||
|
# Copyright 2014 Freescale Semiconductor, Inc.
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
# Layerscape MC DPIO driver
|
||
|
obj-y += dpio.o \
|
||
|
qbman_portal.o
|