#!/bin/bash

KERNEL_SRC="/usr/src/linux-2.6"

make -C $KERNEL_SRC SUBDIRS=$PWD modules
