mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 15:01:13 +07:00
8 lines
137 B
Makefile
8 lines
137 B
Makefile
|
#
|
||
|
# Makefile for the Linux Sun Openprom filesystem routines.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_SUN_OPENPROMFS) += openpromfs.o
|
||
|
|
||
|
openpromfs-objs := inode.o
|