Changeset 0e8c158 in mainline for uspace/app/vuhid/Makefile


Ignore:
Timestamp:
2018-10-12T12:18:16Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6d00aff
Parents:
8fefd8b
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-10-12 12:09:54)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-10-12 12:18:16)
Message:

App listing in boot doesn't need whole binary path for each entry

This is not purely cosmetic. Making most of the information implicit
might allow us to automatically install app-associated data and tests,
reducing the amount of metadata maintained.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/vuhid/Makefile

    r8fefd8b r0e8c158  
    3030# acronym for virtual USB human input device
    3131# (it is really annoying to write long names)
    32 BINARY = vuh
     32BINARY = vuhid
    3333
    3434LIBS = usb usbdev usbhid usbvirt drv
Note: See TracChangeset for help on using the changeset viewer.