From: Diego E. 'Flameeyes' Pettenò <flameeyes@xxxxxxxxx> This makes the build more parallel since regdbdump.o build and link can happen in parallel with the keys generation and the build of the rest of the units. Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@xxxxxxxxx> --- Makefile | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4ac8495..a8c0a45 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,7 @@ PUBKEY_DIR=pubkeys CFLAGS += -Wall -g -all: crda intersect - $(Q)$(MAKE) --no-print-directory -f Makefile verify +all: crda intersect verify ifeq ($(USE_OPENSSL),1) CFLAGS += -DUSE_OPENSSL `pkg-config --cflags openssl` -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html