mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 18:41:48 +00:00
c39f472e9f
The symlinks were annoying some people, and they're not used anywhere else in the kernel tree. The include directory structure has been changed so that symlinks aren't needed anymore. NVKM has been moved from core/ to nvkm/ to make it more obvious as to what the directory is for, and as some minor prep for when NVKM gets split out into its own module (virt) at a later date. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
12 lines
330 B
Makefile
12 lines
330 B
Makefile
nouveau-y += dispnv04/arb.o
|
|
nouveau-y += dispnv04/crtc.o
|
|
nouveau-y += dispnv04/cursor.o
|
|
nouveau-y += dispnv04/dac.o
|
|
nouveau-y += dispnv04/dfp.o
|
|
nouveau-y += dispnv04/disp.o
|
|
nouveau-y += dispnv04/hw.o
|
|
nouveau-y += dispnv04/overlay.o
|
|
nouveau-y += dispnv04/tvmodesnv17.o
|
|
nouveau-y += dispnv04/tvnv04.o
|
|
nouveau-y += dispnv04/tvnv17.o
|