unplugged-system/external/ltp/testcases/open_posix_testsuite/include/mk/env.mk

12 lines
354 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (c) 2022 Joerg Vehlow <joerg.vehlow@aox.de>
abs_top_builddir := $(abspath $(top_srcdir))
# autotools, *clean, don't require config.mk
ifeq ($(filter autotools %clean,$(MAKECMDGOALS)),)
include $(abs_top_builddir)/include/mk/config.mk
else
-include $(abs_top_builddir)/include/mk/config.mk
endif