Files
xdp-project-bpf-examples/lib/util/util.mk
Toke Høiland-Jørgensen b0536ce4ec 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

3 lines
49 B
Makefile

# list of objects in this directory
UTIL_OBJS :=