summaryrefslogtreecommitdiff
path: root/mk/split-cfg.mk
blob: a5c59b68241f807e31b1b1f08b8dfdced91d2699 (plain)
1
2
3
4
5
6
7
8
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
# must work with both BSD and GNU make

${TOPDIR}/.cfg_${ADK_TARGET}_${ADK_LIBC}/ADK_HAVE_DOT_CONFIG: \
	${TOPDIR}/.config ${TOPDIR}/mk/split-cfg.mk \
	${TOPDIR}/scripts/split-cfg.sh
	mksh ${TOPDIR}/scripts/split-cfg.sh '${TOPDIR}' '${ADK_TARGET}' '${ADK_LIBC}'