]> Git Repo - linux.git/blob - drivers/gpu/drm/amd/lib/Makefile
Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
[linux.git] / drivers / gpu / drm / amd / lib / Makefile
1 #
2 # Makefile for AMD library routines, which are used by AMD driver
3 # components.
4 #
5 # This is for common library routines that can be shared between AMD
6 # driver components or later moved to kernel/lib for sharing with
7 # other drivers.
8
9 ccflags-y := -I$(src)/../include
10
11 obj-$(CONFIG_CHASH) += chash.o
This page took 0.038394 seconds and 4 git commands to generate.