summaryrefslogtreecommitdiff
path: root/board/efikamx/Makefile
AgeCommit message (Collapse)Author
2012-09-01efikamx: move and rename Efika MX directories and config files to prepare ↵Matt Sealey
for new boards * Move Efika MX Smarttop and Smartbook boards into a "genesi" vendor directory * Rename efikamx -> mx51_efikamx since there is an mx53_efikamx and mx6_efikamx to come Signed-off-by: Matt Sealey <[email protected]> Acked-by: Stefano Babic <[email protected]> Acked-by: Stefano Babic <[email protected]>
2012-07-07efikamx: Remove unused SOBJSFabio Estevam
There is no .S file in this directory, so just remove SOBJS. Cc: Marek Vasut <[email protected]> Signed-off-by: Fabio Estevam <[email protected]>
2011-12-11USB: efikamx: Enable USB on EfikaMX and EfikaSBMarek Vasut
Signed-off-by: Marek Vasut <[email protected]> Cc: Stefano Babic <[email protected]> Cc: Remy Bohmer <[email protected]> Cc: Wolfgang Grandegger <[email protected]> Cc: Jason Liu <[email protected]>
2011-10-15punt unused clean/distclean targetsMike Frysinger
The top level Makefile does not do any recursion into subdirs when cleaning, so these clean/distclean targets in random arch/board dirs never get used. Punt them all. MAKEALL didn't report any errors related to this that I could see. Signed-off-by: Mike Frysinger <[email protected]>
2011-02-02iMX5: EfikaMX: Preliminary board supportMarek Vasut
Supported: MMC IDE PMIC SPI flash LEDs I can boot the kernel supplied by freescale/genesi with this from MMC card and/or PATA disk. Signed-off-by: Marek Vasut <[email protected]>