]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - net/wimax/Makefile
ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t
[mirror_ubuntu-artful-kernel.git] / net / wimax / Makefile
CommitLineData
b0c83ae1
IPG
1
2obj-$(CONFIG_WIMAX) += wimax.o
3
4wimax-y := \
5 id-table.o \
6 op-msg.o \
7 op-reset.o \
8 op-rfkill.o \
7f0333eb 9 op-state-get.o \
b0c83ae1
IPG
10 stack.o
11
12wimax-$(CONFIG_DEBUG_FS) += debugfs.o
13
14