u-boot: fix wrong syntax in Makefile
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 20 Aug 2008 20:04:11 +0000 (20:04 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 20 Aug 2008 20:04:11 +0000 (20:04 -0000)
commitb7a45746a4e5095b01bb9005013d79949d4e7edc
tree170d892f91f10d786f7f994d5891fac55e71bf33
parentf43867cbb381015025edc9253e735d01b965f3ff
u-boot: fix wrong syntax in Makefile

Patch by Markus Heidelberg <markus.heidelberg@web.de>

Some $(call insert_define, ..., ...) calls were lacking the comma after
the variable. That didn't lead to a syntax error but it didn't have any
effect on the output u-boot/include/config.h
target/u-boot/Makefile.in