mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 21:16:40 +07:00
10 lines
153 B
Makefile
10 lines
153 B
Makefile
|
#
|
||
|
# Copyright (C) 2002, 2003 Jeff Dike (jdike@karaya.com)
|
||
|
# Licensed under the GPL
|
||
|
#
|
||
|
|
||
|
hppfs-objs := hppfs_kern.o
|
||
|
|
||
|
obj-y =
|
||
|
obj-$(CONFIG_HPPFS) += hppfs.o
|