VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
b24413180f560 (Greg Kroah-Hartman 2017-11-01 15:07:57 +0100  1) # SPDX-License-Identifier: GPL-2.0
^1da177e4c3f4 (Linus Torvalds     2005-04-16 15:20:36 -0700  2) #
da4458bda237a (David Howells      2009-02-12 10:40:10 +0000  3) # Makefile for the linux RomFS filesystem routines.
^1da177e4c3f4 (Linus Torvalds     2005-04-16 15:20:36 -0700  4) #
^1da177e4c3f4 (Linus Torvalds     2005-04-16 15:20:36 -0700  5) 
^1da177e4c3f4 (Linus Torvalds     2005-04-16 15:20:36 -0700  6) obj-$(CONFIG_ROMFS_FS) += romfs.o
^1da177e4c3f4 (Linus Torvalds     2005-04-16 15:20:36 -0700  7) 
da4458bda237a (David Howells      2009-02-12 10:40:10 +0000  8) romfs-y := storage.o super.o
da4458bda237a (David Howells      2009-02-12 10:40:10 +0000  9) 
da4458bda237a (David Howells      2009-02-12 10:40:10 +0000 10) ifneq ($(CONFIG_MMU),y)
da4458bda237a (David Howells      2009-02-12 10:40:10 +0000 11) romfs-$(CONFIG_ROMFS_ON_MTD) += mmap-nommu.o
da4458bda237a (David Howells      2009-02-12 10:40:10 +0000 12) endif
da4458bda237a (David Howells      2009-02-12 10:40:10 +0000 13)