brintos

brintos / linux-shallow public Read only

0
0
Text · 580 B · 44347c9 Raw
20 lines · plain
1# SPDX-License-Identifier: GPL-2.02#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.o12 13obj-$(CONFIG_ENVCTRL)			+= envctrl.o14obj-$(CONFIG_DISPLAY7SEG)		+= display7seg.o15obj-$(CONFIG_OBP_FLASH)			+= flash.o16obj-$(CONFIG_SUN_OPENPROMIO)		+= openprom.o17obj-$(CONFIG_TADPOLE_TS102_UCTRL)	+= uctrl.o18obj-$(CONFIG_BBC_I2C)			+= bbc.o19obj-$(CONFIG_ORACLE_DAX) 		+= oradax.o20