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
371 B
Makefile
12 lines
371 B
Makefile
#
|
|
# This file is subject to the terms and conditions of the GNU General Public
|
|
# License. See the file "COPYING" in the main directory of this archive
|
|
# for more details.
|
|
#
|
|
# Copyright 2006 Wind River System, Inc.
|
|
# Author: Rongkai.Zhan <rongkai.zhan@windriver.com>
|
|
#
|
|
# Makefile for the Wind River MIPS 4KC PPMC Eval Board
|
|
#
|
|
|
|
obj-y += irq.o reset.o setup.o time.o pci.o
|