Signed-off-by: Roland Hieber <r...@pengutronix.de> --- PATCH v2: - no changes
PATCH v1: https://lore.ptxdist.org/ptxdist/20230515072054.1997217-7-...@pengutronix.de --- rules/host-libconfig.in | 5 +++++ rules/host-libconfig.make | 23 +++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 rules/host-libconfig.in create mode 100644 rules/host-libconfig.make diff --git a/rules/host-libconfig.in b/rules/host-libconfig.in new file mode 100644 index 000000000000..d47d8b2e8f3b --- /dev/null +++ b/rules/host-libconfig.in @@ -0,0 +1,5 @@ +## SECTION=hosttools_noprompt + +config HOST_LIBCONFIG + tristate + default y if ALLYES diff --git a/rules/host-libconfig.make b/rules/host-libconfig.make new file mode 100644 index 000000000000..953fe0e902d3 --- /dev/null +++ b/rules/host-libconfig.make @@ -0,0 +1,23 @@ +# -*-makefile-*- +# +# Copyright (C) 2023 by Roland Hieber <r...@pengutronix.de> +# +# For further information about the PTXdist project and license conditions +# see the README file. +# + +# +# We provide this package +# +HOST_PACKAGES-$(PTXCONF_HOST_LIBCONFIG) += host-libconfig + +# ---------------------------------------------------------------------------- +# Prepare +# ---------------------------------------------------------------------------- + +# +# autoconf +# +HOST_LIBCONFIG_CONF_TOOL := autoconf + +# vim: syntax=make -- 2.39.2