summaryrefslogtreecommitdiff
path: root/board/freescale/mx53smd/Makefile
Commit message (Collapse)AuthorAgeLines
* mx53smd: Remove unused SOBJSFabio Estevam2012-07-07-4/+3
| | | | | | There is no .S file in this directory, so just remove SOBJS. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
* punt unused clean/distclean targetsMike Frysinger2011-10-15-6/+0
| | | | | | | | | | 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 <vapier@gentoo.org>
* MX53: Add initial support for MX53SMD board.Fabio Estevam2011-05-23-0/+48
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>