summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7a98dc1..df12de9 100644
--- a/Makefile
+++ b/Makefile
@@ -76,6 +76,24 @@ Q :=
endif
export Q
+#
+# Performance hack
+#
+MAKEFLAGS += --no-builtin-rules --no-builtin-variables
+.SUFFIXES:
+ MAKEFLAGS += --no-builtin-rules --no-builtin-variables
+
+SUFFIXES :=
+
+%: %,v
+%: RCS/%,v
+%: RCS/%
+%: s.%
+%: SCCS/s.%
+
+#
+# Include oour config if any
+#
-include .config
EMBTK_BUILD := $(if $(CONFIG_EMBTK_DOTCONFIG),startbuild,xconfig)