1
0
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:
Dan Horák
2020-01-23 11:37:00 +01:00
parent 39596dc70a
commit ab50c7710d
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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