Skip to content
Snippets Groups Projects
Commit 6b0448fa authored by Dimitris Lampridis's avatar Dimitris Lampridis
Browse files

[svec] switch to hotfix branch while waiting for merge of patches to upstream

parent 94b4ff98
No related branches found
No related tags found
No related merge requests found
diff --git a/software/kernel/Kbuild b/software/kernel/Kbuild
index d8356a4..974c6cc 100644
--- a/software/kernel/Kbuild
+++ b/software/kernel/Kbuild
@@ -11,7 +11,7 @@ endif
ccflags-y += -DADDITIONAL_VERSIONS="$(SUBMODULE_VERSIONS)"
ccflags-y += -DVERSION=\"$(VERSION)\"
-ccflags-y += -Wall -Werror
+ccflags-y += -Wall -Werror -Wframe-larger-than=2048
ccflags-y += -I$(VMEBRIDGE_ABS)/include
ccflags-y += -I$(FPGA_MGR_ABS)/include
......@@ -14,7 +14,7 @@ cd $BUILD_DIR
[ -d $PROJECT ] || git clone https://ohwr.org/project/svec.git $PROJECT
cd $PROJECT
git checkout -B release v1.4.7
git checkout -f hotfix/respect_stack_frame_limit
[ $SKIP_PATCH ] || [ -e $PATCH_DIR/$PROJECT.diff ] && patch -p1 < $PATCH_DIR/$PROJECT.diff
export CHEBY="python $BUILD_DIR/cheby/proto/cheby.py"
export FMC="$BUILD_DIR/fmc-sw"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment