Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 357 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 357 Bytes

sunxi cedar kernel module - targeting mainline kernel - linux-4.11.y and higher

Module compilation - arm7v or aarch64 e.g.:

  • make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnueabihf- KDIR="<kernel_dir>" -f Makefile.linux
  • make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- KDIR="<kernel_dir>" -f Makefile.linux

Sources from other repositories and updated.