Changeset 729fa2d6 in mainline for uspace/srv/drivers/root/Makefile
- Timestamp:
- 2010-02-25T14:29:23Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 92413de
- Parents:
- 924c75e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/drivers/root/Makefile
r924c75e1 r729fa2d6 28 28 USPACE_PREFIX = ../../.. 29 29 LIBS = $(LIBC_PREFIX)/libc.a 30 EXTRA_CFLAGS = -Iinclude31 30 32 OUTPUT = root 31 OUTPUT = root 33 32 34 33 SOURCES = \ 35 root.c \34 root.c 36 35 37 36 include ../../Makefile.common 38
Note:
See TracChangeset
for help on using the changeset viewer.