Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf2326e7 authored by Jan Altenberg's avatar Jan Altenberg Committed by Ralf Baechle
Browse files

[PATCH] Malta: Fix build if CONFIG_MTD is diabled.

parent c0d4d573
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -19,5 +19,6 @@
# under Linux.
# under Linux.
#
#


obj-y := malta_int.o malta_mtd.o malta_setup.o
obj-y := malta_int.o malta_setup.o
obj-$(CONFIG_MTD) += malta_mtd.o
obj-$(CONFIG_SMP) += malta_smp.o
obj-$(CONFIG_SMP) += malta_smp.o