;===============================================================================
; ASPEED Graphics Linux DRM Driver ReadMe
;===============================================================================
* Description:
- Source code for ASPEED Graphics Linux DRM Driver
  5.15 only now

* Support ASPEED Graphics Chipsets:
- AST1100/1300/1400/2000/2050/2100/2150/2200/2300/2400/2500/2510/2530/2600

* 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

