summaryrefslogtreecommitdiff
path: root/backport/scripts/make
diff options
context:
space:
mode:
Diffstat (limited to 'backport/scripts/make')
-rwxr-xr-xbackport/scripts/make4
1 files changed, 4 insertions, 0 deletions
diff --git a/backport/scripts/make b/backport/scripts/make
new file mode 100755
index 00000000..cff7d003
--- /dev/null
+++ b/backport/scripts/make
@@ -0,0 +1,4 @@
+#!/bin/sh
+# SPDX-License-Identifier: GPL-2.0
+
+exec make --eval '-include $(BACKPORT_DIR)/.config' "$@"