mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 15:40:53 +07:00
9 lines
121 B
Makefile
9 lines
121 B
Makefile
|
#
|
||
|
# Makefile for the linux devfs-filesystem routines.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_DEVFS_FS) += devfs.o
|
||
|
|
||
|
devfs-objs := base.o util.o
|
||
|
|