Revision c9be2575e3cf595b9432fd8a659178f0f4dede31 authored by Wolfgang Reissnegger on 08 March 2007, 23:10:25 UTC, committed by Wolfgang Reissnegger on 08 March 2007, 23:10:25 UTC
1 parent ca9883d
Raw File
Makefile
#
# Makefile for the linux vfat-filesystem routines.
#

obj-$(CONFIG_VFAT_FS) += vfat.o

vfat-y := namei.o
back to top