mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-20 03:47:20 -04:00
Fix makefile SHELL directive
This commit is contained in:
parent
785b817f93
commit
5b666e4c5c
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
SHELL := /bin/bash
|
||||
TREKFILES := $(WALLY)/testbench/trek_files
|
||||
PLATFORM_YAML := $(TREKFILES)/platform.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
|
||||
TESTDIR := $(WALLY)/tests/breker/work
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue