mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-07 22:38:55 +00:00
ade563ba84
Signed-off-by: Felix Fietkau <nbd@nbd.name>
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
|