summaryrefslogtreecommitdiff
path: root/utils/imxtools/scsitools
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2017-01-03 22:19:24 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2017-01-07 15:52:33 +0100
commitae84354b4062e4c4ceb3ce402468d6c095a760c2 (patch)
tree892a3d6ad719dc4d45790eba5011b4aa6f7102f8 /utils/imxtools/scsitools
parent1728565e243300b5f50d56399931fa19169031d5 (diff)
downloadrockbox-ae84354b4062e4c4ceb3ce402468d6c095a760c2.tar.gz
rockbox-ae84354b4062e4c4ceb3ce402468d6c095a760c2.zip
Add multiplatform library for raw SCSI commands
Several tools need to perform raw SCSI commands, and we need to support Linux, Windows and Mac OS, without pulling tons of dependencies to build it easily. This very simple library has no dependency and supports Linux. TODO: - windows - mac os Change-Id: I496f5ad2490bd3e96ad962d31cce4e511a523c3a
Diffstat (limited to 'utils/imxtools/scsitools')
-rw-r--r--utils/imxtools/scsitools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/imxtools/scsitools/Makefile b/utils/imxtools/scsitools/Makefile
index ed4bc88d0b..4bb6e585fe 100644
--- a/utils/imxtools/scsitools/Makefile
+++ b/utils/imxtools/scsitools/Makefile
@@ -1,6 +1,6 @@
1DEFINES= 1DEFINES=
2CC=gcc 2CC=$(PREFIX)gcc
3LD=gcc 3LD=$(PREFIX)gcc
4CFLAGS=-g -std=c99 -W -Wall $(DEFINES) 4CFLAGS=-g -std=c99 -W -Wall $(DEFINES)
5LDFLAGS=-lsgutils2 5LDFLAGS=-lsgutils2
6BINS=scsitool 6BINS=scsitool