Changeset c16cf62 in mainline for uspace/srv/drivers/root/Makefile
- Timestamp:
- 2010-02-26T14:22:33Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 67ba309
- Parents:
- 92413de
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/drivers/root/Makefile
r92413de rc16cf62 27 27 28 28 USPACE_PREFIX = ../../.. 29 LIBS = $(LIBC_PREFIX)/libc.a 29 LIBS = $(LIBC_PREFIX)/libc.a $(LIBDRV_PREFIX)/libdrv.a 30 30 31 31 OUTPUT = root … … 35 35 36 36 include ../../Makefile.common 37 38 EXTRA_CFLAGS = -I$(LIBDRV_PREFIX)/include
Note:
See TracChangeset
for help on using the changeset viewer.