mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 19:16:41 +07:00
c32e64e852
This patch adds Makefile, Kconfig for build infrastructure. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
11 lines
231 B
Makefile
11 lines
231 B
Makefile
obj-y += cacheflush.o
|
|
obj-$(CONFIG_CPU_HAS_FPU) += fpu.o
|
|
obj-y += memcmp.o
|
|
obj-y += memcpy.o
|
|
obj-y += memmove.o
|
|
obj-y += memset.o
|
|
obj-y += strcmp.o
|
|
obj-y += strcpy.o
|
|
obj-y += strlen.o
|
|
obj-y += strksyms.o
|