1# SPDX-License-Identifier: GPL-2.0-or-later 2# Copyright (C) 2009, Cisco Systems Inc. 3# Copyright (C) 2010, Linux Test Project. 4# Ngie Cooper, July 2009 5 6top_srcdir ?= ../.. 7 8ifneq ($(WITH_EXPECT),yes) 9FILTER_OUT_SUBDIRS := tpm-tools 10endif 11 12include $(top_srcdir)/include/mk/env_pre.mk 13include $(top_srcdir)/include/mk/generic_trunk_target.mk 14