blob: 62fc04632d3dea7f63daf6531c75bb03b4698315 (
plain)
1
2
3
4
5
6
|
# SPDX-License-Identifier: GPL-2.0+
#
# Makefile - Surface System Aggregator Module (SSAM) HID transport driver.
#
obj-$(CONFIG_SURFACE_HID_CORE) += surface_hid_core.o
obj-$(CONFIG_SURFACE_HID) += surface_hid.o
|