[U-Boot] [PATCH 2/5] imx: Use correct imx25 reset.c
Matthias Weißer
weisserm at arcor.de
Thu Jun 30 13:35:06 CEST 2011
Hello Wolfgang
Am 30.06.2011 12:46, schrieb Wolfgang Denk:
>> +
>> +$(TOPDIR)/include/asm/arch/asm-offsets.h: $(TOPDIR)/include/autoconf.mk.dep \
>> + ./asm-offsets.s
>> + @echo Generating $@
>> + $(TOPDIR)/tools/scripts/make-asm-offsets ./asm-offsets.s $@
>> +
>> +asm-offsets.s: $(TOPDIR)/include/autoconf.mk.dep \
>> + ./asm-offsets.c
>> + $(CC) -DDO_DEPS_ONLY \
>> + $(CFLAGS) $(CFLAGS_$(BCURDIR)/$(@F)) $(CFLAGS_$(BCURDIR)) \
>> + -o $@ ./asm-offsets.c -c -S
>> --
>
> NAK.
>
> See previous comments to Setano's postings. It makes no sense to copy
> identical lines into a large number of Makefiles.
OK. I will address this point in a v2 of the series.
Matthias
More information about the U-Boot
mailing list