From 890106c80682aa297f81be5116f9961e6c119c86 Mon Sep 17 00:00:00 2001 From: Michael McMaster <michael@codesrc.com> Date: Wed, 30 Oct 2013 09:13:55 +1000 Subject: [PATCH] Fix typo in scsi2sd-config Makefile for building on Mac OSX --- readme.txt | 4 ++-- software/scsi2sd-config/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index b1ad39b..f2e9811 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 4f16bd2..6311ca7 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