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 b72583e6e..d5ece137b 100644
--- a/Makefile
+++ b/Makefile
@@ -203,7 +203,7 @@ cleannuttxpatches:
$(Q) -if [ -f $(NUTTX_PATCHED) ]; then \
for patch in $(NUTTX_PATCHES); \
do \
- $(PATCH) -p0 -N -R < $$patch >/dev/null; \
+ $(PATCH) -p0 -N -R -r - < $$patch >/dev/null; \
done \
fi
$(Q) $(REMOVE) $(NUTTX_PATCHED)