[PATCH v6 03/15] build: disable built-in rules

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Johannes Berg <johannes.berg@xxxxxxxxx>

This makes things faster and easier to debug.

Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx>
---
 src/build.rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/build.rules b/src/build.rules
index f1ce7748e333..5edfea1dfa4d 100644
--- a/src/build.rules
+++ b/src/build.rules
@@ -1,6 +1,9 @@
 .PHONY: all
 all: $(VERIFY) $(ALL) $(EXTRA_TARGETS)
 
+# disable built-in rules
+.SUFFIXES:
+
 ifndef CC
 CC=gcc
 endif
-- 
2.26.2


_______________________________________________
Hostap mailing list
Hostap@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/hostap



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux