mirror of
https://github.com/torvalds/linux.git
synced 2024-12-01 16:41:39 +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>
9 lines
208 B
Makefile
9 lines
208 B
Makefile
obj-$(CONFIG_CPU_NEED_SOFTALIGN) += alignment.o
|
|
obj-y += bswapdi.o
|
|
obj-y += bswapsi.o
|
|
obj-y += cacheflush.o
|
|
obj-y += mmap.o
|
|
obj-y += memcpy.o
|
|
obj-y += memset.o
|
|
obj-y += strksyms.o
|