build: Disable built-in rules

This makes things faster and easier to debug.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
Johannes Berg 2020-09-18 11:49:49 +02:00 committed by Jouni Malinen
parent a41a29192e
commit 3ff115db6f

View file

@ -1,6 +1,9 @@
.PHONY: all
all: $(VERIFY) $(ALL) $(EXTRA_TARGETS)
# disable built-in rules
.SUFFIXES:
ifndef CC
CC=gcc
endif