#!/bin/bash -ex

# Remove debug symbols from modules.
find . -name \*.ko -print | xargs strip --strip-debug
