8 lines
162 B
Makefile
8 lines
162 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Makefile for the Linux kernel ROH Core drivers.
|
|
#
|
|
|
|
roh_core-objs := main.o core.o sysfs.o
|
|
obj-$(CONFIG_ROH) += roh_core.o
|