9
0
Fork 0
barebox/fs/Makefile

5 lines
117 B
Makefile

obj-$(CONFIG_FS_CRAMFS) += cramfs/
obj-$(CONFIG_FS_RAMFS) += ramfs.o
obj-$(CONFIG_FS_DEVFS) += devfs.o
obj-y += fs.o