Changeset cb9313e in mainline for uspace/srv/hid/input/Makefile
- Timestamp:
- 2019-05-12T15:02:29Z (6 years ago)
- Children:
- 3e1bc35
- Parents:
- 1e8b633
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-05-12 05:41:53)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-05-12 15:02:29)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/Makefile
r1e8b633 rcb9313e 32 32 LIBS = drv 33 33 34 ROOT_PATH = $(USPACE_PREFIX)/.. 35 CONFIG_MAKEFILE = $(ROOT_PATH)/Makefile.config 36 37 include $(CONFIG_MAKEFILE) 38 39 ifndef CONFIG_KB_LAYOUT 40 $(error CONFIG_KB_LAYOUT must be set! Please reconfigure your HelenOS.config) 41 endif 42 34 43 SOURCES = \ 35 layout/cz.c \ 36 layout/us_qwerty.c \ 37 layout/us_dvorak.c \ 38 layout/ar.c \ 44 layout/$(CONFIG_KB_LAYOUT).c \ 39 45 port/chardev.c \ 40 46 proto/mousedev.c \ … … 47 53 stroke.c 48 54 55 49 56 include $(USPACE_PREFIX)/Makefile.common 57
Note:
See TracChangeset
for help on using the changeset viewer.