1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 ADK_TOPDIR
:= $(shell pwd
)
10 subdir
:= package
/${package}
11 _subdir_dep
:= ${ADK_TOPDIR}/.config
15 ${MAKECMDGOALS}: _subdir
17 _subdir
: ${_subdir_dep}
18 cd
${subdir} && ADK_TOPDIR
=${ADK_TOPDIR} DEVELOPER
=1 \
19 make ADK_VERBOSE
=1 ${MAKEFLAGS} ${MAKECMDGOALS}