1 # Copyright (c) 2018 Google, Inc. 2 # SPDX-License-Identifier: GPL-2.0-or-later 3 4 top_srcdir ?= ../../../.. 5 include $(top_srcdir)/include/mk/testcases.mk 6 7 LDLIBS += -lpthread 8 9 FILTER_OUT_MAKE_TARGETS := trace_parse util 10 include $(top_srcdir)/include/mk/generic_leaf_target.mk 11 $(MAKE_TARGETS): %: %.o trace_parse.o util.o 12