Skip to content
Snippets Groups Projects
Commit f8d3ca7b authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

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: default avatarWolfgang Denk <wd@denx.de>
parent 67c31036
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment