diff --git a/projects/hip-tests/samples/1_Utils/hipCommander/Makefile b/projects/hip-tests/samples/1_Utils/hipCommander/Makefile index a411763b7f..c3a19073f0 100644 --- a/projects/hip-tests/samples/1_Utils/hipCommander/Makefile +++ b/projects/hip-tests/samples/1_Utils/hipCommander/Makefile @@ -19,7 +19,7 @@ $(EXE): hipCommander.cpp $(HIPCC) $(CXXFLAGS) $^ -o $@ nullkernel.hsaco : nullkernel.hip.cpp - $(HIPCC) --genco nullkernel.hip -o nullkernel.hsaco + $(HIPCC) --genco nullkernel.hip.cpp -o nullkernel.hsaco install: $(EXE)