1# SPDX-License-Identifier: GPL-2.0-or-later 2# Copyright (C) 2009, Cisco Systems Inc. 3# Ngie Cooper, July 2009 4 5top_srcdir ?= .. 6 7include $(top_srcdir)/include/mk/env_pre.mk 8 9# XXX (garrcoop): 10# kdump shouldn't be compiled by default, because it's runtime based and will 11# crash the build host (the tests need to be fixed to just build, not run). 12FILTER_OUT_DIRS := kdump 13 14ifneq ($(WITH_OPEN_POSIX_TESTSUITE),yes) 15FILTER_OUT_DIRS += open_posix_testsuite 16endif 17 18ifneq ($(WITH_REALTIME_TESTSUITE),yes) 19FILTER_OUT_DIRS += realtime 20endif 21 22include $(top_srcdir)/include/mk/generic_trunk_target.mk 23