|
@@ -4,5 +4,21 @@
|
|
|
|
|
|
MAKECMDGOALS+= ${.TARGETS}
|
|
|
|
|
|
-all v allmodconfig allnoconfig allyesconfig help pkg-help dev-help targethelp kernelconfig savekconfig image menuconfig defconfig oldconfig download clean cleankernel cleansystem cleandir distclean hostclean hostpackage fetch package extract patch dep menu newpackage host-update-patches update-patches info:
|
|
|
+PHONY_TARGETS= all v \
|
|
|
+ allmodconfig allnoconfig allyesconfig \
|
|
|
+ help pkg-help dev-help targethelp \
|
|
|
+ kernelconfig savekconfig \
|
|
|
+ image \
|
|
|
+ menuconfig defconfig oldconfig \
|
|
|
+ download \
|
|
|
+ clean cleankernel cleansystem cleandir distclean hostclean \
|
|
|
+ hostpackage fetch package extract patch \
|
|
|
+ dep menu \
|
|
|
+ newpackage \
|
|
|
+ host-update-patches update-patches \
|
|
|
+ info
|
|
|
+
|
|
|
+${PHONY_TARGETS}:
|
|
|
@./scripts/prereq.sh ${MAKECMDGOALS}
|
|
|
+
|
|
|
+.PHONY: ${PHONY_TARGETS}
|