0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00

BSD: Add missing makefile for bsd-netlink target

Use symlinks to linux/netlink* to avoid limitations of our buildsystem.
This commit is contained in:
Ondrej Zajicek 2022-12-16 19:03:41 +01:00
parent 1e47b9f203
commit 7b6c964977
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,6 @@
src := netlink.c
obj := $(src-o-files)
$(all-daemon)
$(conf-y-targets): $(s)netlink.Y
tests_objs := $(tests_objs) $(src-o-files)

View File

@ -0,0 +1 @@
../linux/netlink.Y

View File

@ -0,0 +1 @@
../linux/netlink.c