7 lines
166 B
Makefile
Executable file
7 lines
166 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-$(CONFIG_SKB_TRACER) += skb_tracer.o
|
|
|
|
skb_tracer-y := skb_tracer.o
|
|
|
|
obj-$(CONFIG_SKB_TRACER_TEST) += ./test/skb_tracer-test.o
|