mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 06:12:58 +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
|