unplugged-system/external/ltp/testcases/kernel/device-drivers/usb/user_usb/Makefile

10 lines
134 B
Makefile
Raw Normal View History

CFLAGS += -Wall
OBJS = tusb_ki.o user_tusb.o
test_usb: $(OBJS)
$(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@
clean:
rm -f $(OBJS) test_usb