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

[svec] introduce patch

parent 1c237dd5
No related branches found
No related tags found
No related merge requests found
diff --git a/software/kernel/Kbuild b/software/kernel/Kbuild
index 17949d3..4b35ebe 100644
--- a/software/kernel/Kbuild
+++ b/software/kernel/Kbuild
@@ -13,7 +13,7 @@ CONFIG_FPGA_MGR_BACKPORT_INCLUDE += -I$(CONFIG_FPGA_MGR_BACKPORT_PATH_ABS)/inclu
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
...@@ -21,6 +21,7 @@ cd $BUILD_DIR ...@@ -21,6 +21,7 @@ cd $BUILD_DIR
cd $PROJECT cd $PROJECT
#TODO: release! #TODO: release!
git checkout develop git checkout develop
[ -e $PATCH_DIR/$PROJECT.diff ] && patch -p1 < $PATCH_DIR/$PROJECT.diff
export CHEBY="python $BUILD_DIR/cheby/proto/cheby.py" export CHEBY="python $BUILD_DIR/cheby/proto/cheby.py"
export FMC="$BUILD_DIR/fmc-sw" export FMC="$BUILD_DIR/fmc-sw"
export VMEBRIDGE="$BUILD_DIR/vmebridge" export VMEBRIDGE="$BUILD_DIR/vmebridge"
......
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