]> Git Repo - linux.git/blob - net/qrtr/Makefile
arm64/mm: Fix __enable_mmu() for new TGRAN range values
[linux.git] / net / qrtr / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 obj-$(CONFIG_QRTR) := qrtr.o ns.o
3
4 obj-$(CONFIG_QRTR_SMD) += qrtr-smd.o
5 qrtr-smd-y      := smd.o
6 obj-$(CONFIG_QRTR_TUN) += qrtr-tun.o
7 qrtr-tun-y      := tun.o
8 obj-$(CONFIG_QRTR_MHI) += qrtr-mhi.o
9 qrtr-mhi-y      := mhi.o
This page took 0.036181 seconds and 4 git commands to generate.