aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2012-10-31 13:29:38 -0700
committerPiotr Esden-Tempski2012-10-31 13:29:38 -0700
commitfd3ee124f838aedc90e591f94201b75171219b56 (patch)
tree1159e937f6b164c10e2f5312159a048027e79aec /Makefile
parenta1f4c29872980f84a06c0bc610b1314c43187f06 (diff)
Fixed find call for Darwin BSD find.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6cb4b11..e4dd564 100644
--- a/Makefile
+++ b/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