Browse Source

Fixed find call for Darwin BSD find.

pull/52/merge
Piotr Esden-Tempski 12 years ago
parent
commit
fd3ee124f8
  1. 2
      Makefile

2
Makefile

@ -41,7 +41,7 @@ build: lib examples
generatedheaders:
@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 ; \
done

Loading…
Cancel
Save