mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Move ebpf to its own directory
Unlike the other images in `base` this needs parts from the Moby build so move it for now. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
b53e83d695
commit
f27c3ff5ed
@ -28,7 +28,7 @@ GCE_IMAGE=mobylinux/mkimage-gce@sha256:f9abf2eae20984b7dd3c1afb700b2c9c41e39e6e7
|
||||
moby.img: Dockerfile mkinitrd.sh init $(ETCFILES)
|
||||
$(MAKE) -C kernel
|
||||
$(MAKE) -j -C packages
|
||||
$(MAKE) -C base/ebpf
|
||||
$(MAKE) -C ebpf
|
||||
printf $(TAG)$(DIRTY) > etc/moby-commit
|
||||
BUILD=$$( tar cf - \
|
||||
Dockerfile etc usr init mkinitrd.sh \
|
||||
@ -216,6 +216,6 @@ clean:
|
||||
$(MAKE) -C containers clean
|
||||
$(MAKE) -C test clean
|
||||
$(MAKE) -C kernel clean
|
||||
$(MAKE) -C base/ebpf clean
|
||||
$(MAKE) -C ebpf clean
|
||||
|
||||
.DELETE_ON_ERROR:
|
||||
|
@ -1,4 +1,4 @@
|
||||
KERNEL_FILES=-C ../../kernel/x86_64 kernel-headers.tar kernel-dev.tar kernel-modules.tar
|
||||
KERNEL_FILES=-C ../kernel/x86_64 kernel-headers.tar kernel-dev.tar kernel-modules.tar
|
||||
|
||||
default: ebpf.tag
|
||||
|
Loading…
Reference in New Issue
Block a user