xref: /openbmc/linux/fs/hugetlbfs/Makefile (revision f15cbe6f1a4b4d9df59142fc8e4abb973302cf44)
1#
2# Makefile for the linux ramfs routines.
3#
4
5obj-$(CONFIG_HUGETLBFS) += hugetlbfs.o
6
7hugetlbfs-objs := inode.o
8