Changeset cac458f in mainline for uspace/drv/bus/usb/usbhid/Makefile
- Timestamp:
- 2011-06-22T01:59:39Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 41e2118
- Parents:
- 79506d6 (diff), f1fae414 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhid/Makefile
r79506d6 rcac458f 27 27 # 28 28 29 USPACE_PREFIX = ../.. 29 USPACE_PREFIX = ../../../.. 30 30 31 31 LIBS = \ … … 34 34 $(LIBUSB_PREFIX)/libusb.a \ 35 35 $(LIBDRV_PREFIX)/libdrv.a 36 36 37 EXTRA_CFLAGS += \ 37 38 -I. \ … … 43 44 BINARY = usbhid 44 45 46 SUBDRIVER_SOURCES = \ 47 kbd/conv.c \ 48 kbd/kbddev.c \ 49 kbd/kbdrepeat.c \ 50 mouse/mousedev.c \ 51 multimedia/multimedia.c \ 52 multimedia/keymap.c 53 45 54 SOURCES = \ 46 55 main.c \ 47 56 usbhid.c \ 48 57 subdrivers.c \ 49 kbd/conv.c \50 kbd/kbddev.c \51 kbd/kbdrepeat.c \52 58 generic/hiddev.c \ 53 mouse/mousedev.c \ 54 multimedia/multimedia.c \ 55 multimedia/keymap.c \ 56 $(STOLEN_LAYOUT_SOURCES) 59 $(SUBDRIVER_SOURCES) 57 60 58 61 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.