Skip to content

Commit

Permalink
make: Move SW build after HW generation
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsc96 committed Nov 20, 2024
1 parent 4183ea4 commit 7a0a103
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions cheshire.mk
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ chs-nonfree-init:

-include $(CHS_ROOT)/nonfree/nonfree.mk

############
# Build SW #
############

include $(CHS_ROOT)/sw/sw.mk

###############
# Generate HW #
###############
Expand Down Expand Up @@ -123,6 +117,14 @@ CHS_HW_ALL += $(AXIRTROOT)/.generated
CHS_HW_ALL += $(AXI_VGA_ROOT)/.generated
CHS_HW_ALL += $(CHS_SLINK_DIR)/.generated


############
# Build SW #
############

# Include SW header after HW targets, as HW variables affect SW header generation
include $(CHS_ROOT)/sw/sw.mk

#####################
# Generate Boot ROM #
#####################
Expand Down

0 comments on commit 7a0a103

Please sign in to comment.