Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopadilha committed Nov 7, 2014
1 parent acf987e commit 4049e78
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,23 @@ kernel-drobofs
==============

Kernel source code for the DroboFS

## How to compile modules

In the `kernel` folder:

```
source ../crosscompile.sh
make mrproper ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-
make mv78200_defconfig ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-
make menuconfig ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-
```

Pick the modules from the menu, and then:

```
make modules ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- CFLAGS_MODULE="-DMODULE -mlong-calls"
find . -name "*.ko"
```

See the [releases](https://github.com/droboports/kernel-drobofs/releases) page for pre-compiled modules.

0 comments on commit 4049e78

Please sign in to comment.