]> Git Repo - linux.git/blob - net/qrtr/Makefile
net: Make PTP-specific drivers depend on PTP_1588_CLOCK
[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
This page took 0.035603 seconds and 4 git commands to generate.