aboutsummaryrefslogtreecommitdiff
path: root/2/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-05-07 09:07:34 +0200
committerlonkaars <loek@pipeframe.xyz>2024-05-07 09:07:34 +0200
commit37c4561ecee8fe7b2bac0528fed528a68aad36b4 (patch)
tree13eb64aa0a7c2d7e89cf85a2f9823d8a63e700ce /2/makefile
parent8903de385d0baf4bc80231113b49dae46436bd69 (diff)
fetch kernel headers for my beaglebone image
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) > $@