Hey all,

I've put v2014.01-rc1 out and and we should have a tarball out soon.

Lots of changes here, but the biggest one is a change to Kbuild style
Makefile rules, which means:
obj-$(CONFIG_FOO) += bar.o
rather than:
COBJS-$(CONFIG_FOO) += bar.o
or even:
COBJS += bar.o

And much simpiler Makefiles.  A big thanks to Masahiro Yamada for that!

As always, please speak up if something suddenly broke or you've found a
problem of some sort.  Thanks all!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to