summaryrefslogtreecommitdiffstats
path: root/rules/post/ptx_oldconfig.make
blob: c3db9d18cedd42af1af7712f9fecfed3d5c58c84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*-makefile-*-

#
# ptx_oldconfig
#
# execute "make oldconfig" on a programm. Mainly used for
# kconfig based packages.
#
define ptx/oldconfig
	$(call execute,$(1),$(MAKE) \
		$(filter-out --output-sync%,$($(strip $(1))_MAKEVARS) $($(strip $(1))_MAKE_OPT)) oldconfig)
endef

# vim: syntax=make