# 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