Changes in uspace/drv/bus/usb/usbhub/Makefile [621ba8c:5203e256] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/Makefile
r621ba8c r5203e256 1 1 # 2 2 # Copyright (c) 2010 Vojtech Horky 3 # Copyright (c) 2011 Jan Vesely4 3 # All rights reserved. 5 4 # … … 44 43 SOURCES = \ 45 44 main.c \ 45 utils.c \ 46 46 usbhub.c \ 47 port .c47 ports.c 48 48 49 49 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.