]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - sitara-epos/sitara-epos-kernel.git/blob - tools/usb/Makefile
Merge branch 'allocator' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs...
[sitara-epos/sitara-epos-kernel.git] / tools / usb / Makefile
1 # Makefile for USB tools
3 CC = $(CROSS_COMPILE)gcc
4 PTHREAD_LIBS = -lpthread
5 WARNINGS = -Wall -Wextra
6 CFLAGS = $(WARNINGS) -g $(PTHREAD_LIBS)
8 all: testusb ffs-test
9 %: %.c
10         $(CC) $(CFLAGS) -o $@ $^
12 clean:
13         $(RM) testusb ffs-test