summaryrefslogtreecommitdiffstats
path: root/tools/usb/Makefile
diff options
context:
space:
mode:
authorMatt Fleming2012-02-28 14:37:25 +0100
committerH. Peter Anvin2012-02-28 19:23:18 +0100
commit24fa9a9d6d70ef7ef7087dce472a8f43a9078da5 (patch)
treef18c93a77027649176327c9e5f66bca3783f6ca6 /tools/usb/Makefile
parentx86, efi: Fix endian issues and unaligned accesses (diff)
downloadkernel-qcow2-linux-24fa9a9d6d70ef7ef7087dce472a8f43a9078da5.tar.gz
kernel-qcow2-linux-24fa9a9d6d70ef7ef7087dce472a8f43a9078da5.tar.xz
kernel-qcow2-linux-24fa9a9d6d70ef7ef7087dce472a8f43a9078da5.zip
USB: ffs-test: Don't duplicate {get,put}_unaligned*() functions
Use the header file in tools/include instead of duplicating the endian functions. Cc: Davidlohr Bueso <dave@gnu.org> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Matt Fleming <matt.fleming@intel.com> Link: http://lkml.kernel.org/r/1330436245-24875-7-git-send-email-matt@console-pimps.org Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'tools/usb/Makefile')
-rw-r--r--tools/usb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/usb/Makefile b/tools/usb/Makefile
index 8b704af14349..396d6c44e9d7 100644
--- a/tools/usb/Makefile
+++ b/tools/usb/Makefile
@@ -3,7 +3,7 @@
CC = $(CROSS_COMPILE)gcc
PTHREAD_LIBS = -lpthread
WARNINGS = -Wall -Wextra
-CFLAGS = $(WARNINGS) -g $(PTHREAD_LIBS)
+CFLAGS = $(WARNINGS) -g $(PTHREAD_LIBS) -I../include
all: testusb ffs-test
%: %.c