Skip to content

Commit 9b4b396

Browse files
committed
foo
1 parent 59e1359 commit 9b4b396

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ generate:
1515
-e "s/union id/union id_rename/g" \
1616
rocm_smi/rocm_smi.h.orig > rocm_smi/rocm_smi.h
1717
cd pkg/rocm_smi && $(CFORGO) -ccincl --ccdefs ../../rocm_smi.yml
18+
cd pkg/rocm_smi && \
19+
sed -i '/rsmi_func_id_iter_handle_t/d'
1820
cd pkg/rocm_smi && \
1921
go tool cgo -godefs types.go > types.go.expand && \
2022
mv types.go.expand types.go && \

0 commit comments

Comments
 (0)