| # SPDX-License-Identifier: GPL-2.0 | |
| # | |
| # Makefile for DisplayLink MA-USB Host driver. | |
| # | |
| # Copyright (c) 2019 - 2021 DisplayLink (UK) Ltd. | |
| # | |
| obj-$(CONFIG_USB_HOST_MAUSB) += mausb_host.o | |
| mausb_host-y := mausb_core.o | |
| mausb_host-y += utils.o | |
| mausb_host-y += ip_link.o | |
| mausb_host-y += hcd.o | |
| mausb_host-y += hpal.o | |
| mausb_host-y += hpal_events.o | |
| mausb_host-y += hpal_data.o |