mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 03:33:59 +08:00
8 lines
117 B
Makefile
8 lines
117 B
Makefile
|
#
|
||
|
# Makefile for the linux cramfs routines.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_CRAMFS) += cramfs.o
|
||
|
|
||
|
cramfs-objs := inode.o uncompress.o
|