Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 98d54f81e36ba3bf92172791eba5ca5bd813989b authored by Linus Torvalds on 01 March 2020, 22:38:46 UTC
Linux 5.6-rc4
Tip revision: 98d54f8
Makefile
# SPDX-License-Identifier: GPL-2.0-only
bcm47xxnflash-y				+= main.o
bcm47xxnflash-y				+= ops_bcm4706.o

obj-$(CONFIG_MTD_NAND_BCM47XXNFLASH)	+= bcm47xxnflash.o
back to top