diff options
author | Wolfgang Denk <wd@denx.de> | 2008-09-09 15:45:18 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-09-09 15:45:18 +0200 |
commit | 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1 (patch) | |
tree | 22ed2d7fcf9bc9b13647cb2135dd98ddb96ad2d7 /common/cmd_autoscript.c | |
parent | 48d0192fe869948fef14b460b5f0c85bca933693 (diff) | |
download | u-boot-imx-47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1.zip u-boot-imx-47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1.tar.gz u-boot-imx-47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1.tar.bz2 |
Makefile: compile and link each module just once
Several source files need to be compiled and linked when one or more
config options are selected. To allow for easy selection in the
Makefiles yet to avoild multiple compilation (which costs build time)
and especially multiple linking (which causes errors), we use
"COBJS = $(sort COBJS-y)" which eliminates duplicates.
By courtesy of Detlev Zundel who suggested this approach.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'common/cmd_autoscript.c')
0 files changed, 0 insertions, 0 deletions