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 (196B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2#
      3# Makefile for Bosch BMI160 IMU
      4#
      5obj-$(CONFIG_BMI160) += bmi160_core.o
      6obj-$(CONFIG_BMI160_I2C) += bmi160_i2c.o
      7obj-$(CONFIG_BMI160_SPI) += bmi160_spi.o