diff options
author | Tony Lindgren <tony@atomide.com> | 2013-09-26 02:44:39 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-09-26 02:44:39 +0400 |
commit | 6a08e1e6f7fafa2fa5fb6a129c4c8d9c29f11b62 (patch) | |
tree | c844d46ce2ea61c0901683b1fe481bc8399b0829 /arch/arm/mach-omap2/Makefile | |
parent | f2acae69a2060b6b1029b9923dbef5e98a8a0ba7 (diff) | |
download | linux-6a08e1e6f7fafa2fa5fb6a129c4c8d9c29f11b62.tar.xz |
ARM: OMAP2+: Add quirk support for legacy platform data init
We want to drop the board-*.c files but keep things working.
Let's make it a bit easier to support legacy platform data
init with quirks. This also keeps board-generic.c clean from
board specific hacks.
For now, the quirks table is empty, that is populated
in the later patches.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index afb457c3135b..f8d4a1b83864 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -233,7 +233,7 @@ obj-y += drm.o endif # Specific board support -obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o +obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o pdata-quirks.o obj-$(CONFIG_MACH_OMAP_H4) += board-h4.o obj-$(CONFIG_MACH_OMAP_2430SDP) += board-2430sdp.o obj-$(CONFIG_MACH_OMAP3_BEAGLE) += board-omap3beagle.o |