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>
10 lines
230 B
Makefile
10 lines
230 B
Makefile
#
|
|
# Copyright 2000 RidgeRun, Inc.
|
|
# Author: RidgeRun, Inc.
|
|
# glonnon@ridgerun.com, skranz@ridgerun.com, stevej@ridgerun.com
|
|
#
|
|
# Makefile for the Galileo EV64120 board.
|
|
#
|
|
|
|
obj-y += irq.o promcon.o reset.o serialGT.o setup.o
|