mirror of
https://github.com/torvalds/linux.git
synced 2024-12-05 02:23:16 +00: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
|