aboutsummaryrefslogtreecommitdiff
path: root/2/makefile
diff options
context:
space:
mode:
Diffstat (limited to '2/makefile')
-rw-r--r--2/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/2/makefile b/2/makefile
new file mode 100644
index 0000000..8cb774d
--- /dev/null
+++ b/2/makefile
@@ -0,0 +1,4 @@
+DEB_URL = https://repos.rcn-ee.com/debian/pool/main/l/linux-upstream/linux-headers-5.10.168-ti-r71_1bullseye_armhf.deb
+
+kernel-headers.deb:
+ curl -sLo- $(DEB_URL) > $@