mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 05:30:52 +07: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
|