mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 11:44:01 +08:00
8 lines
112 B
Makefile
8 lines
112 B
Makefile
|
#
|
||
|
# Makefile for the linux ramfs routines.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_HUGETLBFS) += hugetlbfs.o
|
||
|
|
||
|
hugetlbfs-objs := inode.o
|