mirror of https://github.com/OpenIPC/firmware.git
12 lines
462 B
Diff
12 lines
462 B
Diff
diff -drupN a/drivers/mtd/devices/Makefile b/drivers/mtd/devices/Makefile
|
|
--- a/drivers/mtd/devices/Makefile 2017-10-21 18:09:07.000000000 +0300
|
|
+++ b/drivers/mtd/devices/Makefile 2022-06-09 05:02:30.000000000 +0300
|
|
@@ -18,5 +18,7 @@ obj-$(CONFIG_MTD_BCM47XXSFLASH) += bcm47
|
|
obj-$(CONFIG_MTD_ST_SPI_FSM) += st_spi_fsm.o
|
|
obj-$(CONFIG_MTD_POWERNV_FLASH) += powernv_flash.o
|
|
|
|
+obj-y += ingenic_sfc_v1/
|
|
+obj-y += ingenic_sfc_v2/
|
|
|
|
CFLAGS_docg3.o += -I$(src)
|