Changeset 81dd2ed in mainline for uspace/lib/ext4/Makefile


Ignore:
Timestamp:
2017-05-10T19:47:31Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
71fe4723
Parents:
fcb0d76
Message:

The division of ext4 into fs and lib is arbitrary, preventing improvement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/Makefile

    rfcb0d76 r81dd2ed  
    2929USPACE_PREFIX = ../..
    3030LIBRARY = libext4
    31 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -I$(LIBCRYPTO_PREFIX) -Iinclude
     31EXTRA_CFLAGS = \
     32    -I$(LIBBLOCK_PREFIX) \
     33    -I$(LIBCRYPTO_PREFIX) \
     34    -I$(LIBFS_PREFIX) \
     35    -Iinclude
    3236
    3337SOURCES = \
     
    4246        src/ialloc.c \
    4347        src/inode.c \
     48        src/ops.c \
    4449        src/superblock.c
    4550
Note: See TracChangeset for help on using the changeset viewer.