Fixed header clean target find call for Darwin BSD find too.

This commit is contained in:
Piotr Esden-Tempski 2012-10-31 13:45:58 -07:00
parent 8091f10576
commit 76c7357c00
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ generatedheaders:
cleanheaders:
@printf " CLEANING HEADERS\n"
$(Q)for yamlfile in `find -name 'irq.yaml'`; do \
$(Q)for yamlfile in `find . -name 'irq.yaml'`; do \
./scripts/irq2nvic_h --remove $$yamlfile ; \
done