forked from Minki/linux
63a4aea556
With the libfdt include fixups to use "" instead of <> in the
latest dtc import in commit 4760597
(scripts/dtc: Update to upstream
version 9d3649bd3be245c9), it is no longer necessary to add explicit
include paths to use libfdt. Remove these across the kernel.
Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Acked-by: Michael Ellerman <mpe@ellerman.id.au>
Acked-by: Grant Likely <grant.likely@linaro.org>
Cc: linux-mips@linux-mips.org
Cc: linuxppc-dev@lists.ozlabs.org
18 lines
531 B
Makefile
18 lines
531 B
Makefile
#
|
|
# Carsten Langgaard, carstenl@mips.com
|
|
# Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved.
|
|
#
|
|
# Copyright (C) 2008 Wind River Systems, Inc.
|
|
# written by Ralf Baechle <ralf@linux-mips.org>
|
|
#
|
|
# Copyright (C) 2012 MIPS Technoligies, Inc. All rights reserved.
|
|
# Steven J. Hill <sjhill@mips.com>
|
|
#
|
|
obj-y := sead3-lcd.o sead3-display.o sead3-init.o \
|
|
sead3-int.o sead3-platform.o sead3-reset.o \
|
|
sead3-setup.o sead3-time.o
|
|
|
|
obj-y += leds-sead3.o
|
|
|
|
obj-$(CONFIG_EARLY_PRINTK) += sead3-console.o
|