aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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