mfd: aat2870-core: Remove unnecessary 'out of memory' message
[deliverable/linux.git] / tools / usb / Makefile
index d576b3bac3cf9064c591bb8e09a3fb1acddc2b12..acf2165c04e64f8b15e844b787de9f59c324b199 100644 (file)
@@ -6,11 +6,7 @@ WARNINGS = -Wall -Wextra
 CFLAGS = $(WARNINGS) -g -I../include
 LDFLAGS = $(PTHREAD_LIBS)
 
-all: testusb ffs-test ffs-test-legacy
-
-ffs-test-legacy: ffs-test.c
-       $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) -DUSE_LEGACY_DESC_HEAD
-
+all: testusb ffs-test
 %: %.c
        $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
 
This page took 0.032319 seconds and 5 git commands to generate.