Changes in uspace/drv/uhci/Makefile [4317827:7bd34e5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/Makefile
r4317827 r7bd34e5 29 29 USPACE_PREFIX = ../.. 30 30 LIBS = $(LIBDRV_PREFIX)/libdrv.a $(LIBUSB_PREFIX)/libusb.a 31 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include -I$(LIBUSB_PREFIX)/include 31 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include -I$(LIBUSB_PREFIX)/include -I. 32 32 BINARY = uhci 33 33 34 34 SOURCES = \ 35 iface.c \ 35 36 main.c \ 36 transfers.c 37 root_hub/port.c \ 38 root_hub/port_status.c \ 39 root_hub/root_hub.c \ 40 uhci.c \ 41 utils/fibril_semaphore.c \ 42 utils/hc_synchronizer.c 37 43 38 44 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.