Commit 9e250356 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- andersee, what was that good for? It just slows down rebuilds as it delves...

- andersee, what was that good for? It just slows down rebuilds as it delves into each sub-file needlessly.. Ripping out.
parent bf2927a4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -28,7 +28,8 @@ CONFIG = package/config

noconfig_targets := menuconfig config oldconfig randconfig \
	defconfig allyesconfig allnoconfig release tags    \
	$(shell find . -name *_defconfig |sed 's/.*\///')

#	$(shell find . -name *_defconfig |sed 's/.*\///')

# Pull in the user's configuration file
ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)