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

View File

@@ -47,7 +47,7 @@ generatedheaders:
cleanheaders: cleanheaders:
@printf " CLEANING HEADERS\n" @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 ; \ ./scripts/irq2nvic_h --remove $$yamlfile ; \
done done