diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-03-21 10:08:08 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-03-31 18:17:12 +0200 |
commit | a2bec0784465d3e30eadc20b49c779fa77d42dad (patch) | |
tree | ff71eda4fafa859bb0d5aadad523513945334a6f /arch/mips/bcm47xx/Makefile | |
parent | 40d4d3319f4641af3341acd31ec875a1e649bdaa (diff) | |
download | talos-obmc-linux-a2bec0784465d3e30eadc20b49c779fa77d42dad.tar.gz talos-obmc-linux-a2bec0784465d3e30eadc20b49c779fa77d42dad.zip |
MIPS: BCM47XX: Add new file for device specific workarounds
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Patchwork: https://patchwork.linux-mips.org/patch/6627/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/bcm47xx/Makefile')
-rw-r--r-- | arch/mips/bcm47xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/bcm47xx/Makefile b/arch/mips/bcm47xx/Makefile index 4688b6a6211b..d58c51b5e501 100644 --- a/arch/mips/bcm47xx/Makefile +++ b/arch/mips/bcm47xx/Makefile @@ -4,4 +4,4 @@ # obj-y += irq.o nvram.o prom.o serial.o setup.o time.o sprom.o -obj-y += board.o buttons.o leds.o +obj-y += board.o buttons.o leds.o workarounds.o |