[PATCH 3/6] build: disable built-in rules

Johannes Berg <[email protected]> Fri, 19 Jun 2020 11:47:48 +0200
Newsgroups gmane.linux.drivers.hostap
Message-ID <1592559945-Ide74bfaa4f5d4a7c630198a163d950264e139e85@changeid>
From: Johannes Berg <[email protected]>

This makes things faster and easier to debug.

Signed-off-by: Johannes Berg <[email protected]>
---
 src/common.rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/common.rules b/src/common.rules
index c83683ce6213..d6861a671306 100644
--- a/src/common.rules
+++ b/src/common.rules
@@ -1,5 +1,8 @@
 all: $(VERIFY) $(ALL) $(EXTRA_TARGETS)
 
+# disable built-in rules
+.SUFFIXES:
+
 ifndef CC
 CC=gcc
 endif
-- 
2.26.2