Fix typo in scsi2sd-config Makefile for building on Mac OSX origin/HEAD origin/master v3.0
authorMichael McMaster <michael@codesrc.com>
Tue, 29 Oct 2013 23:13:55 +0000 (09:13 +1000)
committerMichael McMaster <michael@codesrc.com>
Tue, 29 Oct 2013 23:13:55 +0000 (09:13 +1000)
readme.txt
software/scsi2sd-config/Makefile

index b1ad39b421eb8c6b077df8cf06bf15b17317729d..f2e98110313b0d6701ba862f8ee705f5346a06e9 100644 (file)
@@ -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
index 4f16bd2ad1596ab6634610af6bdcabca5250f7fa..6311ca70876856d94f2359ffde92620b44b97ad2 100644 (file)
@@ -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