mirror of https://github.com/OpenIPC/firmware.git
18 lines
527 B
Diff
18 lines
527 B
Diff
diff -drupN a/drivers/block/Makefile b/drivers/block/Makefile
|
|
--- a/drivers/block/Makefile 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/drivers/block/Makefile 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -42,5 +42,13 @@ obj-$(CONFIG_BLK_DEV_RSXX) += rsxx/
|
|
obj-$(CONFIG_BLK_DEV_NULL_BLK) += null_blk.o
|
|
obj-$(CONFIG_ZRAM) += zram/
|
|
|
|
+ifneq ($(CONFIG_SUNXI_NAND),)
|
|
+obj-$(CONFIG_SUNXI_NAND) += ../../modules/nand/
|
|
+else
|
|
+obj-m += ../../modules/nand/
|
|
+endif
|
|
+
|
|
skd-y := skd_main.o
|
|
swim_mod-y := swim.o swim_asm.o
|
|
+
|
|
+obj-y += panicpart/
|