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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for the kernel miscellaneous SPARC device drivers.
      4#
      5# Dave Redman Frame Buffer tuning support.
      6#
      7# 7 October 2000, Bartlomiej Zolnierkiewicz <bkz@linux-ide.org>
      8# Rewritten to use lists instead of if-statements.
      9#
     10
     11bbc-objs := bbc_i2c.o bbc_envctrl.o
     12
     13obj-$(CONFIG_ENVCTRL)			+= envctrl.o
     14obj-$(CONFIG_DISPLAY7SEG)		+= display7seg.o
     15obj-$(CONFIG_OBP_FLASH)			+= flash.o
     16obj-$(CONFIG_SUN_OPENPROMIO)		+= openprom.o
     17obj-$(CONFIG_TADPOLE_TS102_UCTRL)	+= uctrl.o
     18obj-$(CONFIG_BBC_I2C)			+= bbc.o
     19obj-$(CONFIG_ORACLE_DAX) 		+= oradax.o