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:
parent
a41a29192e
commit
3ff115db6f
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: $(VERIFY) $(ALL) $(EXTRA_TARGETS)
|
all: $(VERIFY) $(ALL) $(EXTRA_TARGETS)
|
||||||
|
|
||||||
|
# disable built-in rules
|
||||||
|
.SUFFIXES:
|
||||||
|
|
||||||
ifndef CC
|
ifndef CC
|
||||||
CC=gcc
|
CC=gcc
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue