Skip to content

Commit

Permalink
cheshire.mk: Add DRAMSys to target all
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed Sep 6, 2024
1 parent 267d068 commit 9cd30e4
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 @@ -181,7 +181,7 @@ include $(CHS_ROOT)/target/xilinx/xilinx.mk

.PHONY: chs-all chs-nonfree-init chs-clean-deps chs-sw-all chs-hw-all chs-bootrom-all chs-sim-all chs-xilinx-all

CHS_ALL += $(CHS_SW_ALL) $(CHS_HW_ALL) $(CHS_SIM_ALL)
CHS_ALL += $(CHS_SW_ALL) $(CHS_HW_ALL) $(CHS_SIM_ALL) $(CHS_DRAMSYS_ALL)

chs-all: $(CHS_ALL)
chs-sw-all: $(CHS_SW_ALL)
Expand Down

0 comments on commit 9cd30e4

Please sign in to comment.