xref: /third_party/ltp/testcases/kernel/device-drivers/usb/user_usb/Makefile (revision f08c3bdf)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/testcases/kernel/device-drivers/usb/user_usb/
1
2CFLAGS += -Wall
3OBJS = tusb_ki.o user_tusb.o
4
5test_usb: $(OBJS)
6	$(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@
7
8clean:
9	rm -f $(OBJS) test_usb
10

Indexes created Thu Nov 07 10:32:03 CST 2024