mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-02 03:44:36 +08:00
4 lines
100 B
Makefile
4 lines
100 B
Makefile
|
ifneq ($(CONFIG_CONFIGFS_FS),)
|
||
|
obj-m += configfs_example_explicit.o configfs_example_macros.o
|
||
|
endif
|