perf probe: Add --bootconfig to output definition in bootconfig format
[linux-2.6-microblaze.git] / drivers / net / wireguard / Makefile
1 ccflags-y := -O3
2 ccflags-y += -D'pr_fmt(fmt)=KBUILD_MODNAME ": " fmt'
3 ccflags-$(CONFIG_WIREGUARD_DEBUG) += -DDEBUG
4 wireguard-y := main.o
5 wireguard-y += noise.o
6 wireguard-y += device.o
7 wireguard-y += peer.o
8 wireguard-y += timers.o
9 wireguard-y += queueing.o
10 wireguard-y += send.o
11 wireguard-y += receive.o
12 wireguard-y += socket.o
13 wireguard-y += peerlookup.o
14 wireguard-y += allowedips.o
15 wireguard-y += ratelimiter.o
16 wireguard-y += cookie.o
17 wireguard-y += netlink.o
18 obj-$(CONFIG_WIREGUARD) := wireguard.o