cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Makefile (426B)


      1# SPDX-License-Identifier: GPL-2.0
      2
      3wilco_ec-objs				:= core.o keyboard_leds.o mailbox.o \
      4					   properties.o sysfs.o
      5obj-$(CONFIG_WILCO_EC)			+= wilco_ec.o
      6wilco_ec_debugfs-objs			:= debugfs.o
      7obj-$(CONFIG_WILCO_EC_DEBUGFS)		+= wilco_ec_debugfs.o
      8wilco_ec_events-objs			:= event.o
      9obj-$(CONFIG_WILCO_EC_EVENTS)		+= wilco_ec_events.o
     10wilco_ec_telem-objs			:= telemetry.o
     11obj-$(CONFIG_WILCO_EC_TELEMETRY)	+= wilco_ec_telem.o