On Wednesday 04 November 2009 19:41:41 Scott Wood wrote: > --- a/rules.mk > +++ b/rules.mk > > +$(HOSTOBJS): $(obj)%.o: %.c > + $(HOSTCC) $(HOSTCFLAGS) $(HOSTCFLAGS_$(@F)) $(HOSTCFLAGS_$(BCURDIR)) -o > $@ $< -c > +$(NOPEDOBJS): $(obj)%.o: %.c > + $(HOSTCC) $(HOSTCFLAGS_NOPED) $(HOSTCFLAGS_$(@F)) > $(HOSTCFLAGS_$(BCURDIR)) -o $@ $< -c
wouldnt these make more sense in config.mk with all the other patterns. and create a pattern target for creating host executables. you should be able to combine all the duplicated patterns in tools/Makefile once you do. -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

