Skip to content

Commit

Permalink
makefiles: Build lm32 firmware as part of generate step.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Jan 26, 2016
1 parent da3041d commit 415246b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.lm32
Expand Up @@ -32,10 +32,10 @@ help-lm32:
@echo " make connect-lm32"

# The gateware embeds the lm32 firmware, so we need to build that first.
gateware-generate-lm32:
gateware-generate-lm32: firmware-lm32
@true

gateware-build-lm32: firmware-lm32
gateware-build-lm32:
@true

ifeq ($(TARGET),hdmi2usb)
Expand Down

0 comments on commit 415246b

Please sign in to comment.