mirror of
https://github.com/joel16/android_kernel_sony_msm8994_rework.git
synced 2025-01-08 12:41:59 +00:00
[PATCH] Malta: Fix build if CONFIG_MTD is diabled.
Signed-off-by: Jan Altenberg <jan@linutronix.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
c0d4d573fe
commit
bf2326e752
@ -19,5 +19,6 @@
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user