mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-12 04:10:08 +00:00
projects: add selinux project
Signed-off-by: Tycho Andersen <tycho@docker.com>
This commit is contained in:
12
projects/selinux/Makefile
Normal file
12
projects/selinux/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
MOBY=../../bin/moby
|
||||
|
||||
selinux-initrd.img: $(MOBY) selinux.yaml
|
||||
$^
|
||||
|
||||
.PHONY: qemu
|
||||
qemu: selinux-initrd.img
|
||||
../../scripts/qemu.sh selinux-initrd.img selinux-bzImage "$(shell cat selinux-cmdline)"
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
-rm -rf *-initrd.img *-bzImage *-cmdline *.iso *.tar.gz *.qcow2 *.vhd
|
Reference in New Issue
Block a user