mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-05 05:24:20 +00:00
11 lines
272 B
Makefile
11 lines
272 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
#
|
||
|
# Copyright (C) 2020 MediaTek Inc. All rights reserved.
|
||
|
# Author: Weijie Gao <weijie.gao@mediatek.com>
|
||
|
#
|
||
|
|
||
|
obj-y += mtk-snand.o mtk-snand-ecc.o mtk-snand-ids.o mtk-snand-os.o \
|
||
|
mtk-snand-mtd.o
|
||
|
|
||
|
ccflags-y += -DPRIVATE_MTK_SNAND_HEADER
|