Changeset bfa4ffa in mainline for uspace/srv/hid/input/Makefile
- Timestamp:
- 2016-12-27T13:34:08Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9185e42
- Parents:
- 0d9b4a8 (diff), 73d8600 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/Makefile
r0d9b4a8 rbfa4ffa 30 30 USPACE_PREFIX = ../../.. 31 31 BINARY = input 32 LIBS = $(LIBDRV_PREFIX)/libdrv.a 33 EXTRA_CFLAGS = -I$(LIBDRV_PREFIX)/include 32 34 33 35 SOURCES = \ … … 41 43 port/msim.c \ 42 44 port/niagara.c \ 43 port/ns16550.c \44 45 port/ski.c \ 45 46 proto/adb.c \
Note:
See TracChangeset
for help on using the changeset viewer.