Fix makefile SHELL directive

This commit is contained in:
Jordan Carlin 2024-12-18 23:33:29 -08:00
parent 785b817f93
commit 5b666e4c5c
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -1,4 +1,4 @@
shell := /bin/bash
SHELL := /bin/bash
# Breker/Trek paths and variables
TESTDIR := $(WALLY)/tests/breker/work