Revision aa092831fe3322467a4229f9ea30c0a8bcba0c42 authored by John Linn on 23 October 2012, 17:03:59 UTC, committed by John Linn on 23 October 2012, 17:07:39 UTC
Minor change to make uname report the 14.3 build 2 for the release.

Signed-off-by: John Linn <john.linn@xilinx.com>
1 parent 2c6db3b
Raw File
Makefile
#
# Makefile for the linux RomFS filesystem routines.
#

obj-$(CONFIG_ROMFS_FS) += romfs.o

romfs-y := storage.o super.o

ifneq ($(CONFIG_MMU),y)
romfs-$(CONFIG_ROMFS_ON_MTD) += mmap-nommu.o
endif

back to top