Fix hipCommander Makefile

[ROCm/hip commit: dc4d305c25]
This commit is contained in:
Rahul Garg
2018-05-16 15:01:32 +05:30
parent 9db9730121
commit a45f17fe46
@@ -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)