# -*-makefile-*- # # import kconfig tree from package into ptxdist # # package must setup variable _KCONFIG # that points to the toplevel KCONFIG file # # the kconfig tree will be found in # $PTXDIST_TOPLEVEL/config/ # all symbols are prefixed with # # the import is started with: # ptxdist make import # %_import: $(STATEDIR)/%.extract @$(call targetinfo) @"${PTX_LIBDIR}/ptxd_make_import.awk" "$(*)" "$($(PTX_MAP_TO_PACKAGE_$(*))_KCONFIG)" # vim: syntax=make