]> Git Repo - u-boot.git/commit
drivers/video/Makefile: include object files only once
authorWolfgang Denk <[email protected]>
Mon, 5 Sep 2011 07:19:08 +0000 (09:19 +0200)
committerWolfgang Denk <[email protected]>
Mon, 5 Sep 2011 07:19:08 +0000 (09:19 +0200)
commit712f4d1f34a0660f7562b84f272cbc8137da3fa4
treef953f3d9e1f9dbadeb0cc8b2b321d38037c72d38
parent9d75de095180211190f0df2e61746807e360ec13
drivers/video/Makefile: include object files only once

Use "$(sort $(COBJS-y))" to prevent multiple inclusion of the same
object files.

Also sort driver list.

Signed-off-by: Wolfgang Denk <[email protected]>
drivers/video/Makefile
This page took 0.03349 seconds and 4 git commands to generate.