Searched hist:"47 ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1" (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/drivers/rtc/ |
| H A D | Makefile | 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1 Tue Sep 09 13:45:18 UTC 2008 Wolfgang Denk <wd@denx.de> 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>
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | Makefile | 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1 Tue Sep 09 13:45:18 UTC 2008 Wolfgang Denk <wd@denx.de> 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>
|
| /rk3399_rockchip-uboot/common/ |
| H A D | Makefile | 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1 Tue Sep 09 13:45:18 UTC 2008 Wolfgang Denk <wd@denx.de> 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>
|