9
0
Fork 0
barebox/fs/Makefile

5 lines
116 B
Makefile
Raw Normal View History

obj-$(CONFIG_FS_CRAMFS) += cramfs/
obj-$(CONFIG_FS) += fs.o
2007-07-05 16:01:37 +00:00
obj-$(CONFIG_FS) += ramfs.o
2007-07-05 16:01:44 +00:00
obj-$(CONFIG_FS) += devfs.o