8 lines
153 B
Makefile
8 lines
153 B
Makefile
c += device/usb/xhci.c \
|
|
device/usb/usb.c \
|
|
device/usb/mass_storage.c
|
|
|
|
o += device/usb/xhci.o \
|
|
device/usb/usb.o \
|
|
device/usb/mass_storage.o
|