brintos

brintos / linux-shallow public Read only

0
0
Text · 258 B · b2ae911 Raw
10 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Makefile for linux/drivers/platform/arm644#5# This dir should only include drivers for EC-like devices.6#7 8obj-$(CONFIG_EC_ACER_ASPIRE1)	+= acer-aspire1-ec.o9obj-$(CONFIG_EC_LENOVO_YOGA_C630) += lenovo-yoga-c630.o10