# Makefile for USB tools
CC = $(CROSS_COMPILE)gcc
PTHREAD_LIBS = -lpthread
WARNINGS = -Wall -Wextra
CFLAGS = $(WARNINGS) -g -I../include
LDFLAGS = $(PTHREAD_LIBS)
all: testusb ffs-test
%: %.c
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
clean:
$(RM) testusb ffs-test
sound/oss/README.FIRST?h=master' type='application/atom+xml'/>
Age | Commit message (Expand) | Author | Files | Lines |
'/cgit.cgi/linux/net-next.git/log/sound/soc/davinci/Makefile?h=nds-private-remove&id=3ad7a4b141ebd6091494913672d7166d5c2764e4'>MakefileAge | Commit message (Expand) | Author | Files | Lines |