mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-13 01:36:48 +07:00
12 lines
302 B
Makefile
12 lines
302 B
Makefile
|
#
|
||
|
# Makefile for AMD library routines, which are used by AMD driver
|
||
|
# components.
|
||
|
#
|
||
|
# This is for common library routines that can be shared between AMD
|
||
|
# driver components or later moved to kernel/lib for sharing with
|
||
|
# other drivers.
|
||
|
|
||
|
ccflags-y := -I$(src)/../include
|
||
|
|
||
|
obj-$(CONFIG_CHASH) += chash.o
|