aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rtl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtl/Makefile b/rtl/Makefile
index e413b48..bc7c9f4 100644
--- a/rtl/Makefile
+++ b/rtl/Makefile
@@ -38,9 +38,9 @@ BUILD_DIR := core/platform/novena/eim/build
# is kind of nasty.
all:
- patch -p1 --forward <patches/01-config-cores.patch
+ patch -p0 --forward <patches/01-config-cores.patch
cd ${BUILD_DIR}; $(MAKE)
- patch -p1 --reverse <patches/01-config-cores.patch
+ patch -p0 --reverse <patches/01-config-cores.patch
clean:
cd ${BUILD_DIR}; $(MAKE) clean