Makefile 100 B

12345678
  1. #
  2. # Makefile for BFS filesystem.
  3. #
  4. obj-$(CONFIG_BFS_FS) += bfs.o
  5. bfs-objs := inode.o file.o dir.o