浏览代码

Fix typo in scsi2sd-config Makefile for building on Mac OSX

Michael McMaster 12 年之前
父节点
当前提交
d22920f993
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      lib/SCSI2SD/readme.txt
  2. 1 1
      lib/SCSI2SD/software/scsi2sd-config/Makefile

+ 2 - 2
lib/SCSI2SD/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

+ 1 - 1
lib/SCSI2SD/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