mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
MCC200: fix build warning
The MCC200 board config file includes version.h for some customer- specific setting, which causes warnings with "make depend"; build version.h before depend. Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
67c31036ac
commit
f8d3ca7b6f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -319,7 +319,7 @@ updater:
|
|||
env:
|
||||
$(MAKE) -C tools/env all || exit 1
|
||||
|
||||
depend dep:
|
||||
depend dep: version
|
||||
for dir in $(SUBDIRS) ; do $(MAKE) -C $$dir _depend ; done
|
||||
|
||||
tags ctags:
|
||||
|
|
Loading…
Reference in a new issue