Changes in uspace/drv/usbhid/Makefile [98dc29d:9c0242b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/Makefile
r98dc29d r9c0242b 43 43 BINARY = usbhid 44 44 45 SUBDRIVER_SOURCES = \46 kbd/conv.c \47 kbd/kbddev.c \48 kbd/kbdrepeat.c \49 mouse/mousedev.c \50 multimedia/multimedia.c \51 multimedia/keymap.c52 53 45 SOURCES = \ 54 46 main.c \ 55 47 usbhid.c \ 56 48 subdrivers.c \ 49 kbd/conv.c \ 50 kbd/kbddev.c \ 51 kbd/kbdrepeat.c \ 57 52 generic/hiddev.c \ 58 $(SUBDRIVER_SOURCES) 53 mouse/mousedev.c \ 54 multimedia/multimedia.c \ 55 multimedia/keymap.c \ 56 $(STOLEN_LAYOUT_SOURCES) 59 57 60 58 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.