From a6b696108ce99d375c8f2ee03d77c7ecefb1b948 Mon Sep 17 00:00:00 2001 From: Stefan Müller-Klieser Date: Tue, 7 Oct 2014 10:40:36 +0200 Subject: boards: Add phytec-phyflex-am335x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add support for PHYTEC's phyFLEX-AM335x. Signed-off-by: Stefan Müller-Klieser [clean ups] Signed-off-by: Teresa Gámez Signed-off-by: Sascha Hauer --- arch/arm/boards/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/boards/Makefile') diff --git a/arch/arm/boards/Makefile b/arch/arm/boards/Makefile index c80b9c920a..25045ac6ad 100644 --- a/arch/arm/boards/Makefile +++ b/arch/arm/boards/Makefile @@ -79,6 +79,7 @@ obj-$(CONFIG_MACH_PCM038) += phytec-phycore-imx27/ obj-$(CONFIG_MACH_PCM043) += phytec-phycore-imx35/ obj-$(CONFIG_MACH_PCM049) += phytec-phycore-omap4460/ obj-$(CONFIG_MACH_PCM051) += phytec-phycore-am335x/ +obj-$(CONFIG_MACH_PFLA03) += phytec-phyflex-am335x/ obj-$(CONFIG_MACH_PHYTEC_PFLA02) += phytec-phyflex-imx6/ obj-$(CONFIG_MACH_PLATHOME_OPENBLOCKS_AX3) += plathome-openblocks-ax3/ obj-$(CONFIG_MACH_PLATHOME_OPENBLOCKS_A6) += plathome-openblocks-a6/ -- cgit v1.2.3