From: Michael McMaster Date: Tue, 29 Oct 2013 23:13:55 +0000 (+1000) Subject: Fix typo in scsi2sd-config Makefile for building on Mac OSX X-Git-Tag: v3.0^0 X-Git-Url: http://git.codesrc.com/gitweb.cgi?a=commitdiff_plain;h=890106c80682aa297f81be5116f9961e6c119c86;p=SCSI2SD-V6.git Fix typo in scsi2sd-config Makefile for building on Mac OSX --- diff --git a/readme.txt b/readme.txt index b1ad39b4..f2e98110 100644 --- a/readme.txt +++ b/readme.txt @@ -15,8 +15,8 @@ Features In-built active terminator. Can optional supply terminator power back to the SCSI bus Emulates a non-removable hard drive for maximum compatibility. - Firmware updatable over USB (TODO software not yet implemented) - Highly configurable over USB (TODO software not yet implemented) + Firmware updatable over USB + Highly configurable over USB Selectable SCSI ID Selectable parity support Enable/disable Unit Attention Condition diff --git a/software/scsi2sd-config/Makefile b/software/scsi2sd-config/Makefile index 4f16bd2a..6311ca70 100644 --- a/software/scsi2sd-config/Makefile +++ b/software/scsi2sd-config/Makefile @@ -9,7 +9,7 @@ ifeq ($(UNAME_S),Linux) endif ifeq ($(UNAME_S),Darwin) # Should match OSX - HID_C = ../bootloaderost/hidapi/mac/hid.c + HID_C = ../bootloaderhost/hidapi/mac/hid.c LDFLAGS += -framework IOKit -framework CoreFoundation endif