• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2# Makefile for the Linux video drivers.
3# 5 Aug 1999, James Simmons, <mailto:jsimmons@users.sf.net>
4# Rewritten to use lists instead of if-statements.
5
6# Each configuration option enables a list of files.
7
8obj-$(CONFIG_FB)                  += sunxi/
9
10