aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-07-04 00:41:21 -0400
committerRob Austein <sra@hactrn.net>2015-07-04 00:41:21 -0400
commitc6d88dcb27dbd3ed42093a852c33c3a689a9b8ab (patch)
treef793a84808950be5a70a770f952c2c9bfe67b37b
parentca9db6e9ccaa7497d918127f23f2e20dd389c5d1 (diff)
Oops, forgot to change patch strip count when refribbing source tree.
-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