8f3efeb116
git-svn-id: svn+ssh://en.codiert.org/home/staff/ben/dev/misc.svn/projects/fpgafs@341 766a2236-cff9-0310-b0c0-a81a5f92509a
7 lines
116 B
Makefile
7 lines
116 B
Makefile
#
|
|
# Makefile for the fpgafs virtual filesystem
|
|
#
|
|
obj-$(CONFIG_FPGA_FS) += fpgafs.o
|
|
|
|
fpgafs-objs := inode.o files.o
|