1f08c3bdfSopenharmony_ci# SPDX-License-Identifier: GPL-2.0-or-later
2f08c3bdfSopenharmony_ci# Copyright (c) 2022 Joerg Vehlow <joerg.vehlow@aox.de>
3f08c3bdfSopenharmony_ci
4f08c3bdfSopenharmony_ciabs_top_builddir		:= $(abspath $(top_srcdir))
5f08c3bdfSopenharmony_ci
6f08c3bdfSopenharmony_ci# autotools, *clean, don't require config.mk
7f08c3bdfSopenharmony_ciifeq ($(filter autotools %clean,$(MAKECMDGOALS)),)
8f08c3bdfSopenharmony_ciinclude $(abs_top_builddir)/include/mk/config.mk
9f08c3bdfSopenharmony_cielse
10f08c3bdfSopenharmony_ci-include $(abs_top_builddir)/include/mk/config.mk
11f08c3bdfSopenharmony_ciendif
12