]> Git Repo - J-linux.git/blob - drivers/net/wireguard/Makefile
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.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
This page took 0.029843 seconds and 4 git commands to generate.