summaryrefslogtreecommitdiff
path: root/mk/split-cfg.mk
blob: e9521c259dfe4a32c864fc62a7a5b14cd7fc9fc7 (plain)
1
2
3
4
5
6
7
8
9
# 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}/.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}'
	touch ${TOPDIR}/.ADK_HAVE_DOT_CONFIG