Makefile (552c69b36ebd966186573b9c7a286b390935cce1) | Makefile (2b6a440351436d792b1960822da4b7d6e673f568) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the Linux kernel device drivers. 4# 5# 15 Sep 2000, Christoph Hellwig <hch@infradead.org> 6# Rewritten to use lists instead of if-statements. 7# 8 --- 171 unchanged lines hidden (view full) --- 180obj-$(CONFIG_ANDROID) += android/ 181obj-$(CONFIG_NVMEM) += nvmem/ 182obj-$(CONFIG_FPGA) += fpga/ 183obj-$(CONFIG_FSI) += fsi/ 184obj-$(CONFIG_TEE) += tee/ 185obj-$(CONFIG_MULTIPLEXER) += mux/ 186obj-$(CONFIG_UNISYS_VISORBUS) += visorbus/ 187obj-$(CONFIG_SIOX) += siox/ | 1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the Linux kernel device drivers. 4# 5# 15 Sep 2000, Christoph Hellwig <hch@infradead.org> 6# Rewritten to use lists instead of if-statements. 7# 8 --- 171 unchanged lines hidden (view full) --- 180obj-$(CONFIG_ANDROID) += android/ 181obj-$(CONFIG_NVMEM) += nvmem/ 182obj-$(CONFIG_FPGA) += fpga/ 183obj-$(CONFIG_FSI) += fsi/ 184obj-$(CONFIG_TEE) += tee/ 185obj-$(CONFIG_MULTIPLEXER) += mux/ 186obj-$(CONFIG_UNISYS_VISORBUS) += visorbus/ 187obj-$(CONFIG_SIOX) += siox/ |
188obj-$(CONFIG_GNSS) += gnss/ |
|