mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-20 15:06:39 +07:00
7 lines
97 B
Makefile
7 lines
97 B
Makefile
![]() |
#
|
||
|
# Makefile for nvmem drivers.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_NVMEM) += nvmem_core.o
|
||
|
nvmem_core-y := core.o
|