Merge remote-tracking branch 'torvalds/master' into perf/core
[linux-2.6-microblaze.git] / drivers / net / wireguard / Makefile
1 ccflags-y := -D'pr_fmt(fmt)=KBUILD_MODNAME ": " fmt'
2 ccflags-$(CONFIG_WIREGUARD_DEBUG) += -DDEBUG
3 wireguard-y := main.o
4 wireguard-y += noise.o
5 wireguard-y += device.o
6 wireguard-y += peer.o
7 wireguard-y += timers.o
8 wireguard-y += queueing.o
9 wireguard-y += send.o
10 wireguard-y += receive.o
11 wireguard-y += socket.o
12 wireguard-y += peerlookup.o
13 wireguard-y += allowedips.o
14 wireguard-y += ratelimiter.o
15 wireguard-y += cookie.o
16 wireguard-y += netlink.o
17 obj-$(CONFIG_WIREGUARD) := wireguard.o