board/sunxi/Makefile | 1 + boards.cfg | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/board/sunxi/Makefile b/board/sunxi/Makefile index 5af5ec9..a3d2768 100644 --- a/board/sunxi/Makefile +++ b/board/sunxi/Makefile @@ -33,6 +33,7 @@ obj-$(CONFIG_MARSBOARD_A20) += dram_sun4i_360_1024_iow16.o obj-$(CONFIG_CUBIEBOARD) += dram_cubieboard.o obj-$(CONFIG_CUBIEBOARD2) += dram_sun7i_460_1024_iow16.o obj-$(CONFIG_BANANAPI) += dram_bananapi.o +obj-$(CONFIG_KURIO7S) += dram_bananapi.o obj-$(CONFIG_CUBIETRUCK) += dram_cubietruck.o obj-$(CONFIG_DNS_M82) += dram_sun4i_360_1024_iow16.o obj-$(CONFIG_EOMA68_A10) += dram_sun4i_360_1024_iow8.o --- -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
