Skip to content

Commit d66b75c

Browse files
committed
test
1 parent 567e687 commit d66b75c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
test:
2020
name: Test Spike build (Ubuntu)
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-22.04
2222
steps:
2323
- uses: actions/checkout@v2
2424
with:

.github/workflows/debug-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
test:
1515
name: Test debug (Ubuntu)
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@v2
1919

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ install_exes_dir := $(INSTALLDIR)/bin
6969
sprojs := @subprojects@
7070
sprojs_enabled := @subprojects_enabled@
7171

72-
sprojs_include := -I. -I$(src_dir) $(addprefix -I$(src_dir)/, $(sprojs_enabled))
72+
sprojs_include := -iquote . -I$(src_dir) -I$(src_dir)/fdt $(addprefix -iquote $(src_dir)/, $(sprojs_enabled))
7373
VPATH := $(addprefix $(src_dir)/, $(sprojs_enabled))
7474

7575
#-------------------------------------------------------------------------

0 commit comments

Comments
 (0)