Changeset 81dd2ed in mainline for uspace/lib/ext4/Makefile
- Timestamp:
- 2017-05-10T19:47:31Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 71fe4723
- Parents:
- fcb0d76
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/Makefile
rfcb0d76 r81dd2ed 29 29 USPACE_PREFIX = ../.. 30 30 LIBRARY = libext4 31 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -I$(LIBCRYPTO_PREFIX) -Iinclude 31 EXTRA_CFLAGS = \ 32 -I$(LIBBLOCK_PREFIX) \ 33 -I$(LIBCRYPTO_PREFIX) \ 34 -I$(LIBFS_PREFIX) \ 35 -Iinclude 32 36 33 37 SOURCES = \ … … 42 46 src/ialloc.c \ 43 47 src/inode.c \ 48 src/ops.c \ 44 49 src/superblock.c 45 50
Note:
See TracChangeset
for help on using the changeset viewer.