Fixed header clean target find call for Darwin BSD find too.
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user