Skip to content

Commit

Permalink
Removed one delete
Browse files Browse the repository at this point in the history
  • Loading branch information
fhaus1 committed Nov 7, 2024
1 parent 0d8e384 commit e855c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheshire.mk
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ $(CHS_ROOT)/hw/newusb_regs/newusb_regs.hjson:

# NewUSB registers
$(CHS_ROOT)/hw/newusb_regs/newusb_reg_pkg.sv: $(CHS_ROOT)/hw/newusb_regs/newusb_regs.hjson
$(REGTOOL) -r $< --outdir $(dir $@) && rm -f $(CHS_ROOT)/hw/newusb_regs/newusb_regs.hjson
$(REGTOOL) -r $< --outdir $(dir $@)

$(CHS_ROOT)/hw/newusb_regs/newusb_reg_top.sv: $(CHS_ROOT)/hw/newusb_regs/newusb_regs.hjson
$(REGTOOL) -r $< --outdir $(dir $@) && rm -f $(CHS_ROOT)/hw/newusb_regs/newusb_regs.hjson
Expand Down

0 comments on commit e855c00

Please sign in to comment.