Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.14-rc4 17 lines 218 B view raw
1ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG 2 3tegra-drm-y := \ 4 bus.o \ 5 drm.o \ 6 gem.o \ 7 fb.o \ 8 dc.o \ 9 output.o \ 10 rgb.o \ 11 hdmi.o \ 12 mipi-phy.o \ 13 dsi.o \ 14 gr2d.o \ 15 gr3d.o 16 17obj-$(CONFIG_DRM_TEGRA) += tegra-drm.o