aboutsummaryrefslogtreecommitdiff
path: root/testcases/commands/Makefile
blob: 3ef7db4e4f2465ab9859207fe97ec77d0adf9438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009, Cisco Systems Inc.
# Copyright (C) 2010, Linux Test Project.
# Ngie Cooper, July 2009

top_srcdir		?= ../..

ifneq ($(WITH_EXPECT),yes)
FILTER_OUT_SUBDIRS	:= tpm-tools
endif

include $(top_srcdir)/include/mk/env_pre.mk
include $(top_srcdir)/include/mk/generic_trunk_target.mk