d2af363cfb
Many Makefiles in arch/mips have EXTRA_AFLAGS := $(CFLAGS) line. This is redundant while AFLAGS contains $(cflags-y) and any options only listed in CFLAGS (not in cflags-y) should be unnecessary for asm sources. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
12 lines
316 B
Makefile
12 lines
316 B
Makefile
#
|
|
# Makefile for MIPS-specific library files..
|
|
#
|
|
|
|
lib-y += csum_partial.o memcpy.o memcpy-inatomic.o memset.o promlib.o \
|
|
strlen_user.o strncpy_user.o strnlen_user.o uncached.o
|
|
|
|
obj-y += iomap.o
|
|
obj-$(CONFIG_PCI) += iomap-pci.o
|
|
|
|
# libgcc-style stuff needed in the kernel
|
|
lib-y += ashldi3.o ashrdi3.o lshrdi3.o
|