summaryrefslogtreecommitdiff
path: root/arch/arm/mach-davinci/Makefile
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2017-01-09 23:55:29 +0300
committerSekhar Nori <nsekhar@ti.com>2017-01-23 18:22:38 +0300
commit9c9b1bc25291e275b04f758f2549c81e092954f5 (patch)
tree400948a52e54c71b83c8881a1e77f19b4d248e04 /arch/arm/mach-davinci/Makefile
parent7ce7d89f48834cefece7804d38fc5d85382edf77 (diff)
downloadlinux-9c9b1bc25291e275b04f758f2549c81e092954f5.tar.xz
ARM: davinci: add skeleton for pdata-quirks
Add skeleton pdata-quirks for davinci. Signed-off-by: Kevin Hilman <khilman@baylibre.com> [nsekhar@ti.com: move changes to build pdata-quirks.c and call to pdata_quirks_init() to this patch] Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/Makefile')
-rw-r--r--arch/arm/mach-davinci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/Makefile b/arch/arm/mach-davinci/Makefile
index 0a2e6da45f28..df96ca9eab6d 100644
--- a/arch/arm/mach-davinci/Makefile
+++ b/arch/arm/mach-davinci/Makefile
@@ -21,7 +21,7 @@ obj-$(CONFIG_AINTC) += irq.o
obj-$(CONFIG_CP_INTC) += cp_intc.o
# Board specific
-obj-$(CONFIG_MACH_DA8XX_DT) += da8xx-dt.o
+obj-$(CONFIG_MACH_DA8XX_DT) += da8xx-dt.o pdata-quirks.o
obj-$(CONFIG_MACH_DAVINCI_EVM) += board-dm644x-evm.o
obj-$(CONFIG_MACH_SFFSDR) += board-sffsdr.o
obj-$(CONFIG_MACH_NEUROS_OSD2) += board-neuros-osd2.o