Skip to content

Commit

Permalink
Updated Makefiles for PSyclone GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Jamieson committed Jul 18, 2024
1 parent a398c5e commit 5f1d54b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions examples/xdsl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,17 @@
# POSSIBILITY OF SUCH DAMAGE.
# ------------------------------------------------------------------------------
# Author: A. R. Porter, STFC Daresbury Laboratory
# Modified: M. Jamieson, EPCC

EXAMPLES=$(sort $(wildcard eg*))

include ../top_level.mk

transform:
@echo "No transformation supported for xdsl"

compile: transform
@echo "No compilation supported for xdsl"

run: compile
@echo "No run targets for xdsl"
2 changes: 1 addition & 1 deletion examples/xdsl/pw_advection/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

EXAMPLES=$(sort $(wildcard eg*))

include ../top_level.mk
include ../../top_level.mk

transform:
@echo "No transformation supported for xdsl/pw_advection"
Expand Down

0 comments on commit 5f1d54b

Please sign in to comment.