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
|