mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-03 19:24:02 +08: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
|
||
|
|