![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 # 0003 # Makefile for the linux RomFS filesystem routines. 0004 # 0005 0006 obj-$(CONFIG_ROMFS_FS) += romfs.o 0007 0008 romfs-y := storage.o super.o 0009 0010 ifneq ($(CONFIG_MMU),y) 0011 romfs-$(CONFIG_ROMFS_ON_MTD) += mmap-nommu.o 0012 endif 0013
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |