Changeset cac458f in mainline for uspace/drv/bus/usb/usbhid/Makefile


Ignore:
Timestamp:
2011-06-22T01:59:39Z (14 years ago)
Author:
Petr Koupy <petr.koupy@…>
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.
Message:

Merge libposix changes.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbhid/Makefile

    r79506d6 rcac458f  
    2727#
    2828
    29 USPACE_PREFIX = ../..
     29USPACE_PREFIX = ../../../..
    3030
    3131LIBS = \
     
    3434        $(LIBUSB_PREFIX)/libusb.a \
    3535        $(LIBDRV_PREFIX)/libdrv.a
     36
    3637EXTRA_CFLAGS += \
    3738        -I. \
     
    4344BINARY = usbhid
    4445
     46SUBDRIVER_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
    4554SOURCES = \
    4655        main.c \
    4756        usbhid.c \
    4857        subdrivers.c \
    49         kbd/conv.c \
    50         kbd/kbddev.c \
    51         kbd/kbdrepeat.c \
    5258        generic/hiddev.c \
    53         mouse/mousedev.c \
    54         multimedia/multimedia.c \
    55         multimedia/keymap.c \
    56         $(STOLEN_LAYOUT_SOURCES)
     59        $(SUBDRIVER_SOURCES)
    5760
    5861include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.