Fixed find call for Darwin BSD find.
This commit is contained in:
parent
a1f4c29872
commit
fd3ee124f8
2
Makefile
2
Makefile
@ -41,7 +41,7 @@ build: lib examples
|
|||||||
|
|
||||||
generatedheaders:
|
generatedheaders:
|
||||||
@printf " UPDATING HEADERS\n"
|
@printf " UPDATING HEADERS\n"
|
||||||
$(Q)for yamlfile in `find -name 'irq.yaml'`; do \
|
$(Q)for yamlfile in `find . -name 'irq.yaml'`; do \
|
||||||
./scripts/irq2nvic_h $$yamlfile ; \
|
./scripts/irq2nvic_h $$yamlfile ; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user