Skip to content

nxp-upstream/gpu-vglite

 
 

Repository files navigation

1. Build VGLite driver
======================

    a) Change KERNEL_DIR, CROSS_COMPILE and other build variables in ./build_linux.sh if necessary.

    b) The driver can be built directly on Linux X86 platform with a valid KERNEL_DIR setting.

        $ ./build_linux.sh install X86

    c) The driver can also be built with proper cross-compiler settings for ARM devices.

        $ ./build_linux.sh install ARM

    d) Clean build libraries and object files:

        $ ./build_linux.sh clean ARM

About

GPU VGLite driver.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • C 99.4%
  • Other 0.6%