Skip to content

Commit

Permalink
Offload: account for OpenCL (#2016)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfp committed Mar 21, 2022
1 parent 2efd1c6 commit 349cba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ALL_PKG_FILES = $(shell find $(SRCDIR) -name "PACKAGE")
OBJ_SRC_FILES = $(shell cd $(SRCDIR); find . -name "*.F")
OBJ_SRC_FILES += $(shell cd $(SRCDIR); find . -name "*.c")

ifneq ($(OFFLOAD_CC),)
ifneq ($(filter nvcc hipcc, $(notdir $(OFFLOAD_CC))),)
OBJ_SRC_FILES += $(shell cd $(SRCDIR); find . -name "*.cu")
endif

Expand Down

0 comments on commit 349cba1

Please sign in to comment.