Makefile: Don't build shared libfdt
commit9005a51b096272e1834638f8e184706548ee7364
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Mon, 22 Apr 2013 04:40:49 +0000 (22 14:40 +1000)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Fri, 26 Apr 2013 00:48:10 +0000 (26 02:48 +0200)
tree6ca3fc21017e26ff4a62557fad13b3bc92656db1
parent5257144a7860313c8cf19271c85f76fcbd123c39
Makefile: Don't build shared libfdt

The submodule DTC should just build and use DTC as static (the whole
motivation for using submod is lack of widespread distro support).

The .so causes build failures on some platforms, so adjust the make
target to just build the static lib.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Makefile