blob: 071786fa234ba5652cb290f9254f0e80ecebf6ce [file] [log] [blame]
Steven J. Hill30700332012-05-30 21:02:49 +00001#
2# Carsten Langgaard, carstenl@mips.com
3# Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved.
4#
5# Copyright (C) 2008 Wind River Systems, Inc.
6# written by Ralf Baechle <ralf@linux-mips.org>
7#
Steven J. Hill9b731002013-01-17 11:37:03 -06008# Copyright (C) 2012 MIPS Technoligies, Inc. All rights reserved.
9# Steven J. Hill <sjhill@mips.com>
10#
Steven J. Hill0be2abb2013-03-25 14:35:30 -050011obj-y := sead3-lcd.o sead3-display.o sead3-init.o \
12 sead3-int.o sead3-mtd.o sead3-net.o \
13 sead3-platform.o sead3-reset.o \
14 sead3-setup.o sead3-time.o
Steven J. Hill30700332012-05-30 21:02:49 +000015
16obj-y += sead3-i2c-dev.o sead3-i2c.o \
17 sead3-pic32-i2c-drv.o sead3-pic32-bus.o \
18 leds-sead3.o sead3-leds.o
19
20obj-$(CONFIG_EARLY_PRINTK) += sead3-console.o
21obj-$(CONFIG_USB_EHCI_HCD) += sead3-ehci.o
Steven J. Hill9b731002013-01-17 11:37:03 -060022obj-$(CONFIG_OF) += sead3.dtb.o
23
Qais Yousef44327232013-12-06 11:00:42 +000024CFLAGS_sead3-setup.o = -I$(src)/../../../scripts/dtc/libfdt
25
Steven J. Hill9b731002013-01-17 11:37:03 -060026$(obj)/%.dtb: $(obj)/%.dts
27 $(call if_changed,dtc)