URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [fs/] [vfat/] [Makefile] - Rev 78
Go to most recent revision | Compare with Previous | Blame | View Log
#
# Makefile for the linux vfat-filesystem routines.
#
obj-$(CONFIG_VFAT_FS) += vfat.o
vfat-y := namei.o
Go to most recent revision | Compare with Previous | Blame | View Log