target/sdk: remove obsolete make calls for the ancient package directory format

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 39911
v19.07.3_mercusys_ac12_duma
Felix Fietkau 10 years ago
parent 7ac0057c1f
commit 2d52430c25

@ -44,9 +44,6 @@ dirclean: clean
prereq: $(package/stamp-prereq) ;
world: prepare $(package/stamp-compile) FORCE
@for configfile in `find package -maxdepth 2 -name Config.in` ; do \
$(MAKE) compile -C `dirname $$configfile`; \
done
@$(MAKE) package/index
.PHONY: clean dirclean prereq prepare world

Loading…
Cancel
Save