Makefile 100 B

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