mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00: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
|