[Skiboot] [PATCH v2 1/8] Dedup $(HW_OBJS)

Alistair Popple alistair at popple.id.au
Tue Jul 9 13:07:29 AEST 2019


On Tuesday, 9 July 2019 7:07:11 AM AEST Reza Arbab wrote:
> How did I notice one dup in aa56d9a2abdb ("Remove duplicate npu-common.o
> from $(HW_OBJS)"), but not the other five? Remove them too.

I have my theories ;)

Reviewed-by: Alistair Popple <alistair at popple.id.au>

> Signed-off-by: Reza Arbab <arbab at linux.ibm.com>
> ---
>  hw/Makefile.inc | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)
> 
> diff --git a/hw/Makefile.inc b/hw/Makefile.inc
> index 0e8c257fb80a..b6727bdfc133 100644
> --- a/hw/Makefile.inc
> +++ b/hw/Makefile.inc
> @@ -6,10 +6,8 @@ HW_OBJS += nx.o nx-rng.o nx-crypto.o nx-compress.o nx-842.o
> nx-gzip.o HW_OBJS += phb3.o sfc-ctrl.o fake-rtc.o bt.o p8-i2c.o prd.o
>  HW_OBJS += dts.o lpc-rtc.o npu.o npu-hw-procedures.o xive.o phb4.o
>  HW_OBJS += fake-nvram.o lpc-mbox.o npu2.o npu2-hw-procedures.o
> -HW_OBJS += npu2-common.o phys-map.o sbe-p9.o capp.o occ-sensor.o vas.o
> -HW_OBJS += npu2-opencapi.o phys-map.o sbe-p9.o capp.o occ-sensor.o
> -HW_OBJS += vas.o sbe-p8.o dio-p9.o
> -HW_OBJS += lpc-port80h.o
> +HW_OBJS += npu2-common.o npu2-opencapi.o phys-map.o sbe-p9.o capp.o
> +HW_OBJS += occ-sensor.o vas.o sbe-p8.o dio-p9.o lpc-port80h.o
>  HW=hw/built-in.a
> 
>  include $(SRC)/hw/fsp/Makefile.inc






More information about the Skiboot mailing list