Merge commit 'dfc115332c94a2f62058ac7f2bce7631fbd20b3d'
[unleashed/tickless.git] / kernel / fs / bootfs / Makefile
blobd5adc5e0917e2213265d8410835a21c58a063d24
1 MODULE= bootfs
2 MODULE_TYPE= fs
3 SRCS= bootfs_construct.c \
4 bootfs_vfsops.c \
5 bootfs_vnops.c
7 .include <kmod.mk>