summaryrefslogtreecommitdiffstats
path: root/core/modules/qemukvm/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/qemukvm/module.build')
-rw-r--r--core/modules/qemukvm/module.build6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/modules/qemukvm/module.build b/core/modules/qemukvm/module.build
index 2add4733..f2a0df9e 100644
--- a/core/modules/qemukvm/module.build
+++ b/core/modules/qemukvm/module.build
@@ -10,12 +10,6 @@ build() {
tarcopy "$(cat "${COPYLIST}" | sort -u)" "${MODULE_BUILD_DIR}"
-
- # add irqbypass kernel module needed by kvm
- # TODO this seems to be dependent on the kernel version, so make it check that....
- cd "${KERNEL_BASE_DIR}"
- tarcopy "lib/modules/${TARGET_KERNEL_LONG}/kernel/virt" "${MODULE_BUILD_DIR}"
- cd - &>/dev/null
}
post_copy() {