uboot-fritz4040: Fix build with HOSTCFLAGS
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 10 Feb 2018 23:52:08 +0000 (00:52 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 10 Feb 2018 23:56:50 +0000 (00:56 +0100)
commit13e8d5491773cf33723e5a1aae923c1fc13ed295
tree2d92bf1fe7149148f4780ea76a61ce980d17e807
parent186aebf90a0bd25bf26096a7a80d837c74373ad4
uboot-fritz4040: Fix build with HOSTCFLAGS

When we provide the HOSTCFLAGS to the U-Boot build it will fail because
it can not find the u-boot provided header files any more.
Just overwrite and not append the package specific configuration on top
of the configuration provided by u-boot.mk.
uboot-fritz4040 is based on U-Boot 2012.07 and this problem is probably
similar to the problem seen with the lantiq and ar71xx u-boot build.

Fixes: df9781a4205 ("u-boot,at91bootstrap: fix incorrect HOSTCPPFLAGS variable")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/boot/uboot-fritz4040/Makefile