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