aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2012-10-31 13:45:58 -0700
committerPiotr Esden-Tempski2012-10-31 13:45:58 -0700
commit76c7357c007039cccdbc2de53478ee0243c66d38 (patch)
tree3af06b9a00207239d62891b31fe8a8f2d6fe317a /Makefile
parent8091f1057671c8c04a93d3b0a1ef16ff07028eae (diff)
Fixed header clean target find call for Darwin BSD find too.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec0fc30..063d613 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ generatedheaders:
cleanheaders:
@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 ; \
done