Changeset 3e1bc35 in mainline for uspace/Makefile


Ignore:
Timestamp:
2019-05-12T15:03:14Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
8f16ede6
Parents:
cb9313e
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-05-12 13:37:28)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-05-12 15:03:14)
Message:

Adding makefiles which build the layouts as dynamic library. All *.c files addedd to the directory uspace/srv/hid/input/layout will be treated as such

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rcb9313e r3e1bc35  
    220220endif
    221221
     222## build keyboard layouts
     223ifeq ($(CONFIG_RTLD),y)
     224        DIRS += srv/hid/input/layout
     225endif
     226
    222227## System libraries
    223228#
Note: See TracChangeset for help on using the changeset viewer.