Changeset 0dc2fec in mainline for uspace/drv/char/atkbd/Makefile
- Timestamp:
- 2016-05-22T19:19:43Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b272c67a
- Parents:
- 153c7a29 (diff), af2254ec (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 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/atkbd/Makefile
r153c7a29 r0dc2fec 1 1 # 2 # Copyright (c) 201 2 Adam Hraska2 # Copyright (c) 2011 Jan Vesely 3 3 # All rights reserved. 4 4 # … … 27 27 # 28 28 29 USPACE_PREFIX = ../.. 30 31 LIBS = $(LIBC_PREFIX)/libc.a 32 33 EXTRA_CFLAGS = -I. -I$(LIBC_PREFIX)/include 34 35 LIBRARY = liburcu 29 USPACE_PREFIX = ../../.. 30 LIBS = $(LIBDRV_PREFIX)/libdrv.a 31 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include 32 BINARY = atkbd 36 33 37 34 SOURCES = \ 38 rcu.c 35 main.c \ 36 atkbd.c 39 37 40 38 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.