logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 0a6e0ecd886b1d85a0b10470d9551da29a4bdda8
parent 714ee37eea5590240508adadc8f5d81579ff890d
Author: Michael Forney <mforney@mforney.org>
Date:   Sun, 10 May 2020 17:47:43 -0700

u-boot: Add missing linux-headers dependency

Diffstat:

Mpkg/u-boot/gen.lua5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/pkg/u-boot/gen.lua b/pkg/u-boot/gen.lua @@ -2,10 +2,15 @@ cflags{ '-D USE_HOSTCC', '-I $dir', '-I $srcdir/tools', + '-I $builddir/pkg/linux-headers/include', '-idirafter $srcdir/include', '-include $srcdir/include/compiler.h', } +pkg.deps = { + 'pkg/linux-headers/headers', +} + -- XXX: missing imximage.c and fdtdec_common.c, but seems to build without them local objs = objects[[ tools/(