mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 06:04:14 +08:00
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>
4 lines
99 B
Makefile
4 lines
99 B
Makefile
obj-y += toshiba_rbtx4927_prom.o
|
|
obj-y += toshiba_rbtx4927_setup.o
|
|
obj-y += toshiba_rbtx4927_irq.o
|