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