8 lines
147 B
Makefile
8 lines
147 B
Makefile
|
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
|
#
|
||
|
|
# Makefile for the Linux kernel ROH device drivers.
|
||
|
|
#
|
||
|
|
|
||
|
|
obj-$(CONFIG_ROH) += core/
|
||
|
|
obj-$(CONFIG_ROH) += hw/
|