Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Olof Johansson | ab04310 | 2013-11-07 14:25:45 -0800 | [diff] [blame] | 2 | |
Simon Que | 492ef78 | 2016-03-08 11:12:46 -0800 | [diff] [blame] | 3 | obj-$(CONFIG_CHROMEOS_LAPTOP) += chromeos_laptop.o |
| 4 | obj-$(CONFIG_CHROMEOS_PSTORE) += chromeos_pstore.o |
| 5 | cros_ec_devs-objs := cros_ec_dev.o cros_ec_sysfs.o \ |
Eric Caruso | e862645 | 2017-05-16 17:46:48 +0200 | [diff] [blame] | 6 | cros_ec_lightbar.o cros_ec_vbc.o \ |
| 7 | cros_ec_debugfs.o |
Simon Que | 492ef78 | 2016-03-08 11:12:46 -0800 | [diff] [blame] | 8 | obj-$(CONFIG_CROS_EC_CHARDEV) += cros_ec_devs.o |
Shawn Nematbakhsh | bce70fe | 2017-05-16 17:46:48 +0200 | [diff] [blame] | 9 | cros_ec_lpcs-objs := cros_ec_lpc.o cros_ec_lpc_reg.o |
Shawn Nematbakhsh | 8d4a3dc | 2017-05-16 17:46:48 +0200 | [diff] [blame] | 10 | cros_ec_lpcs-$(CONFIG_CROS_EC_LPC_MEC) += cros_ec_lpc_mec.o |
Shawn Nematbakhsh | bce70fe | 2017-05-16 17:46:48 +0200 | [diff] [blame] | 11 | obj-$(CONFIG_CROS_EC_LPC) += cros_ec_lpcs.o |
Simon Que | 492ef78 | 2016-03-08 11:12:46 -0800 | [diff] [blame] | 12 | obj-$(CONFIG_CROS_EC_PROTO) += cros_ec_proto.o |
| 13 | obj-$(CONFIG_CROS_KBD_LED_BACKLIGHT) += cros_kbd_led_backlight.o |