]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-firmware/ks2-boot-monitor.git/commit
Makefile: Compress even more -remove SoC specific rules
authorNishanth Menon <nm@ti.com>
Tue, 1 Sep 2015 23:56:35 +0000 (18:56 -0500)
committerNishanth Menon <nm@ti.com>
Fri, 2 Oct 2015 03:54:47 +0000 (22:54 -0500)
commitdb823529f777b1d6346187b717aa112bb2291c76
tree781c3614269b1aa37e4497b42e7517864ca28e25
parentaca6a0e1bc015d79771482299733ddffd74f36f9
Makefile: Compress even more -remove SoC specific rules

Since we now know the SoC list from the soc directory, we can just
use that list to build for all platforms. SoC specific rules make
makefile hard to deal with as SoCs explode in number in the future..
lets generate the list on the fly. The only caveat is to build with
image_<soc> instead of just <soc> as build target.. well.. not really
a big loss though..

Signed-off-by: Nishanth Menon <nm@ti.com>
Makefile