sdk-hwV1.3/lichee/linux-4.9/drivers/mtd/awnand/rawnand/Makefile

15 lines
438 B
Makefile
Raw Normal View History

2024-05-07 10:09:20 +00:00
#
# SPDX-License-Identifier: GPL-2.0+
# (C) Copyright 2020 - 2021
# Allwinner Technology Co., Ltd. <www.allwinnertech.com>
# cuizhikui <cuizhikui@allwinnertech.com>
#
# Makefile for the RAWNAND(SLC) MTD
#
obj-$(CONFIG_AW_MTD_RAWNAND) += aw-rawnand-slc.o
aw-rawnand-slc-objs += aw_rawnand_nfc.o aw_rawnand_base.o
aw-rawnand-slc-objs += aw_rawnand_ids.o aw_rawnand_bbt.o
aw-rawnand-slc-objs += aw_rawnand_securestorage.o aw_rawnand_spl.o