Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[deliverable/linux.git] / drivers / video / nvidia / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the nVidia framebuffer driver
3#
4
5obj-$(CONFIG_FB_NVIDIA) += nvidiafb.o
6
7nvidiafb-y := nvidia.o nv_hw.o nv_setup.o \
8 nv_accel.o
9nvidiafb-$(CONFIG_FB_NVIDIA_I2C) += nv_i2c.o
5474c120 10nvidiafb-$(CONFIG_FB_NVIDIA_BACKLIGHT) += nv_backlight.o
1da177e4
LT
11nvidiafb-$(CONFIG_PPC_OF) += nv_of.o
12
5474c120 13nvidiafb-objs := $(nvidiafb-y)
This page took 1.014969 seconds and 5 git commands to generate.