aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sch-cake-hardened/10-Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/sch-cake-hardened/10-Makefile.patch')
-rw-r--r--testing/sch-cake-hardened/10-Makefile.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/sch-cake-hardened/10-Makefile.patch b/testing/sch-cake-hardened/10-Makefile.patch
deleted file mode 100644
index 5229a1e0e4..0000000000
--- a/testing/sch-cake-hardened/10-Makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- sch_cake-747954dd0bde66bb28d2b6c2c109597c9abbe5c5/Makefile.orig
-+++ sch_cake-747954dd0bde66bb28d2b6c2c109597c9abbe5c5/Makefile
-@@ -5,7 +5,7 @@
- PWD := $(shell pwd)
- VERSION := $(shell git rev-parse HEAD 2>/dev/null)
- default:
-- $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules $(if $(VERSION),LDFLAGS_MODULE="--build-id=0x$(VERSION)" CFLAGS_MODULE="-DCAKE_VERSION=\\\"$(VERSION)\\\"")
-+ $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules $(if $(VERSION),LDFLAGS_MODULE="$(LDFLAGS_MODULE) --build-id=0x$(VERSION)" CFLAGS_MODULE="$(CFLAGS_MODULE) -DCAKE_VERSION=\\\"$(VERSION)\\\"")
-
- install:
- install -v -m 644 sch_cake.ko $(IDIR)