Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Detect path of HDMI2USB firmware.
  • Loading branch information
mithro committed Jul 5, 2015
1 parent e355695 commit 97857ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
MSCDIR = ../misoc
HDMI2USBDIR = ../hdmi2usb
HDMI2USBDIR = $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
PYTHON = python3
SOC = VideostreamerSoC
LOWER_SOC = $(shell tr '[:upper:]' '[:lower:]' <<< $(SOC))
Expand Down

0 comments on commit 97857ca

Please sign in to comment.