aboutsummaryrefslogtreecommitdiffstats
path: root/tools/build/Makefile.include
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/Makefile.include')
-rw-r--r--tools/build/Makefile.include10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/build/Makefile.include b/tools/build/Makefile.include
new file mode 100644
index 000000000000..4e09ad617a60
--- /dev/null
+++ b/tools/build/Makefile.include
@@ -0,0 +1,10 @@
+build := -f $(srctree)/tools/build/Makefile.build dir=. obj
+
+ifdef CROSS_COMPILE
+fixdep:
+else
+fixdep:
+ $(Q)$(MAKE) -C $(srctree)/tools/build fixdep
+endif
+
+.PHONY: fixdep