mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-02-27 00:59:41 +00:00
make the sources volume mount SELinux friendly
Signed-off-by: Dan Horák <dan@danny.cz>
This commit is contained in:
2
Makefile
2
Makefile
@@ -12,7 +12,7 @@ CFLAGS=-O2 -Wall
|
||||
#
|
||||
# Uncomment these lines to build with Docker/podman
|
||||
#PWD = $(shell pwd)
|
||||
#DOCKERARGS = run --rm -v $(PWD):/src -w /src
|
||||
#DOCKERARGS = run --rm -v $(PWD):/src:z -w /src
|
||||
#GHDL = $(DOCKER) $(DOCKERARGS) ghdl/ghdl:buster-llvm-7 ghdl
|
||||
#CC = $(DOCKER) $(DOCKERARGS) ghdl/ghdl:buster-llvm-7 gcc
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ DOCKER=docker
|
||||
#DOCKER=podman
|
||||
#
|
||||
PWD = $(shell pwd)
|
||||
DOCKERARGS = run --rm -v $(PWD):/src -w /src
|
||||
DOCKERARGS = run --rm -v $(PWD):/src:z -w /src
|
||||
#
|
||||
GHDLSYNTH = ghdl
|
||||
YOSYS = $(DOCKER) $(DOCKERARGS) ghdl/synth:beta yosys
|
||||
|
||||
Reference in New Issue
Block a user