mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fix makefile SHELL directive
This commit is contained in:
parent
785b817f93
commit
5b666e4c5c
@ -1,3 +1,4 @@
|
|||||||
|
SHELL := /bin/bash
|
||||||
TREKFILES := $(WALLY)/testbench/trek_files
|
TREKFILES := $(WALLY)/testbench/trek_files
|
||||||
PLATFORM_YAML := $(TREKFILES)/platform.yaml
|
PLATFORM_YAML := $(TREKFILES)/platform.yaml
|
||||||
TREKSVIP_YAML := $(BREKER_HOME)/examples/tutorials/svip/treksvip/yaml/treksvip.yaml
|
TREKSVIP_YAML := $(BREKER_HOME)/examples/tutorials/svip/treksvip/yaml/treksvip.yaml
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
shell := /bin/bash
|
SHELL := /bin/bash
|
||||||
|
|
||||||
# Breker/Trek paths and variables
|
# Breker/Trek paths and variables
|
||||||
TESTDIR := $(WALLY)/tests/breker/work
|
TESTDIR := $(WALLY)/tests/breker/work
|
||||||
|
Loading…
Reference in New Issue
Block a user