;===============================================================================
; ASPEED Graphics Linux DRM Driver ReadMe
;===============================================================================
* Description:
- Source code for ASPEED Graphics Linux DRM Driver
  Only Linux kernel LTS includes 6.1/6.6/6.12

* Support ASPEED Graphics Chipsets:
- AST2400/2500/2510/2530/2600/2700

* Build and install
  Make sure you have essential tools to build kernel modules, such as gcc and
  kernel header. KERNELDIR will be /lib/modules/$(shell uname -r)/build by
  default.

  make
  insmod ast.ko

