Changeset d420b22 in mainline for uspace/Makefile


Ignore:
Timestamp:
2017-11-10T19:23:32Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
706b4de
Parents:
19397be
Message:

Move keyboard and mouse drivers to a separate HID directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r19397be rd420b22  
    155155        drv/bus/usb/usbmid \
    156156        drv/bus/usb/vhc \
    157         drv/char/atkbd \
    158157        drv/char/i8042 \
    159158        drv/char/ns8250 \
    160159        drv/char/pl050 \
    161         drv/char/ps2mouse \
    162160        drv/char/ski-con \
    163161        drv/char/sun4v-con \
    164         drv/char/xtkbd \
    165162        drv/test/test1 \
    166163        drv/test/test2 \
     
    168165        drv/fb/amdm37x_dispc \
    169166        drv/fb/kfb \
     167        drv/hid/atkbd \
     168        drv/hid/ps2mouse \
     169        drv/hid/xtkbd \
    170170        drv/intctl/apic \
    171171        drv/intctl/i8259 \
Note: See TracChangeset for help on using the changeset viewer.