projects
/
linux.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
kbuild: include Makefile.compiler only when compiler is needed
[linux.git]
/
fs
/
erofs
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0-only
2
3
obj-$(CONFIG_EROFS_FS) += erofs.o
4
erofs-objs := super.o inode.o data.o namei.o dir.o utils.o
5
erofs-$(CONFIG_EROFS_FS_XATTR) += xattr.o
6
erofs-$(CONFIG_EROFS_FS_ZIP) += decompressor.o zmap.o zdata.o
This page took
0.036595 seconds
and
4
git commands to generate.