Skip to content

Commit

Permalink
Change Makefile to autodetect path again.
Browse files Browse the repository at this point in the history
(Was broken in 4aec1c2)
  • Loading branch information
mithro committed Aug 13, 2015
1 parent 82e1c0a commit 2113bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,7 +4,7 @@ PROG ?= impact
SERIAL ?= /dev/ttyVIZ0
TARGET ?= hdmi2usb

HDMI2USBDIR = ../HDMI2USB-misoc-firmware
HDMI2USBDIR = $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
PYTHON = python3

CMD = $(PYTHON) make.py -X $(HDMI2USBDIR) -t $(BOARD)_$(TARGET) -Ot firmware_filename $(HDMI2USBDIR)/firmware/lm32/firmware.bin -Op programmer $(PROG)
Expand Down

0 comments on commit 2113bc8

Please sign in to comment.