• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-or-later
2# Copyright (c) 2022 Joerg Vehlow <joerg.vehlow@aox.de>
3
4abs_top_builddir		:= $(abspath $(top_srcdir))
5
6# autotools, *clean, don't require config.mk
7ifeq ($(filter autotools %clean,$(MAKECMDGOALS)),)
8include $(abs_top_builddir)/include/mk/config.mk
9else
10-include $(abs_top_builddir)/include/mk/config.mk
11endif
12