diff options
author | Felipe Balbi <balbi@ti.com> | 2014-06-27 10:41:00 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-06-27 10:41:00 -0500 |
commit | 9ad7860450ea65c6bbcbd52a9a25b54b07e35941 (patch) | |
tree | b5af173777cd159b9248a8227dfbe540e8795c72 /tools/usb/Makefile | |
parent | 5d881802c407d83c169c875dad88fe2bba066c33 (diff) |
Revert "tools: ffs-test: convert to new descriptor format fixing compilation error"
This reverts commit f2af74123f8c5a735248547f4286a3adc28633c1.
There is a better fix for this build error coming in a following
patch.
Signed-of-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'tools/usb/Makefile')
-rw-r--r-- | tools/usb/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/usb/Makefile b/tools/usb/Makefile index d576b3bac3cf..acf2165c04e6 100644 --- a/tools/usb/Makefile +++ b/tools/usb/Makefile @@ -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) |