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 # GNU make and BSD make compatible make file wrapper
5 MAKECMDGOALS
+= ${.TARGETS
}
8 allmodconfig allnoconfig allyesconfig \
9 help pkg-help dev-help targethelp \
10 kernelconfig savekconfig \
12 menuconfig defconfig oldconfig \
14 clean cleankernel cleansystem cleandir
distclean hostclean \
15 hostpackage fetch package extract patch \
18 host-update-patches update-patches \
22 @.
/scripts
/prereq.sh
${MAKECMDGOALS}
24 .PHONY
: ${PHONY_TARGETS}