Skip to content

Commit

Permalink
Fix make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanLaan committed Dec 13, 2022
1 parent 44b828a commit 5541e33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kernels/cclo/hls/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ all:
$(MAKE) -C segmenter DEVICE=$(DEVICE)

clean:
rm -rf dma_mover/build_* eth_intf/build_* rxbuf_offload/build_* segmenter/build_stream_segmenter
$(MAKE) -C dma_mover clean
rm -rf eth_intf/build_* rxbuf_offload/build_* segmenter/build_stream_segmenter

0 comments on commit 5541e33

Please sign in to comment.