From 787c4c6c3ce036bf823b1d953b6a20ae27c5249f Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 28 Jun 2019 18:30:27 -0400 Subject: linux-libre 3.10.95~gnu-1 I'm taking the opportunity to start fresh because the original repository is weighed down by an upstream source archive in contained long ago. See the linux-libre package repository for the full Git history. --- (limited to 'build') diff --git a/build b/build new file mode 100755 index 0000000..f14ee96 --- /dev/null +++ b/build @@ -0,0 +1,40 @@ +#!/usr/bin/make -f + +include ../source.mk + +KBUILD_ARCH = $$(oh-architecture "$${OPK_HOST_ARCH}") + +nop: + @: + +build: + set -e; \ + if [ 'x$(OPK_HOST_PLAT)' != 'xdev' ]; then \ + read img_src img_dest