]> Git Repo - linux.git/blob - net/wimax/Makefile
Merge tag 'vfio-v4.15-rc1' of git://github.com/awilliam/linux-vfio
[linux.git] / net / wimax / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 obj-$(CONFIG_WIMAX)             += wimax.o
4
5 wimax-y :=              \
6         id-table.o      \
7         op-msg.o        \
8         op-reset.o      \
9         op-rfkill.o     \
10         op-state-get.o  \
11         stack.o
12
13 wimax-$(CONFIG_DEBUG_FS) += debugfs.o
14
15
This page took 0.034475 seconds and 4 git commands to generate.