Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch makes tools/env/Makefile more similar to tools/imls: - define HOSTSRCS and HOSTCPPFLAGS, so that .depend generation works. - include U-Boot headers using -idirafter to prevent picking up u-boot/include/errno.h. - use HOSTCFLAGS_NOPED (fw_env.c does not conform to -pedantic). In order to cross-compile tools/env, override the HOSTCC variable as in this example: make tools env HOSTCC=bfin-uclinux-gcc Signed-off-by: Daniel Hobi <[email protected]> Tested-by: Detlev Zundel <[email protected]> Tested-by: Steve Sakoman <[email protected]>
- Loading branch information