This website requires JavaScript.
Explore
Help
Sign In
mirror
/
xdp-project-bpf-examples
Watch
1
Star
0
Fork
0
You've already forked xdp-project-bpf-examples
mirror of
https://github.com/xdp-project/bpf-examples.git
synced
2024-05-06 15:54:53 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
ee0ed78ce8d7816d916ee7929a928e165de30f12
xdp-project-bpf-examples
/
lib
/
util
/
util.mk
3 lines
73 B
Makefile
Raw
Normal View
History
Unescape
Escape
lib: Add lib/util for adding utility library code Add the directory and Makefile rules to prepare for storing library functions in lib/util like we do in xdp-tools. With this, library code can be added by just dropping the .c and .h into lib/util and updating lib/util/util.mk with the object name. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2021-06-01 17:16:24 +02:00
# list of objects in this directory
lib/util: Import logging helpers from xdp-tools Include logging.{h,c} from xdp-tools so utilities can use them for setting libxdp and libbpf logging. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2022-04-20 13:24:22 +02:00
UTIL_OBJS
:=
json_writer.o logging.o
Reference in New Issue
Copy Permalink