Fix mistakes in the board XML module file paths.
This commit is contained in:
parent
cae97e1ac3
commit
cff8a751bb
2 changed files with 6 additions and 5 deletions
|
|
@ -73,6 +73,7 @@ check_filenames: $(TEMP_MANIFEST_XML)
|
|||
@for i in `xsltproc XSLT/lufa_filelist_transform.xslt $< | grep -v "^<" | sed -e "/^$$/d"`; do \
|
||||
if ( ! test -f "$(LUFA_ROOT)/$$i" ); then \
|
||||
echo "Source file $$i does not exist!"; \
|
||||
exit 1; \
|
||||
fi; \
|
||||
done;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue