diff options
author | Akira Takeuchi <takeuchi.akr@jp.panasonic.com> | 2010-10-27 12:28:58 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2010-10-27 12:28:58 -0400 |
commit | 62747cd27ee241ffa32d501e45980cdc441d4a09 (patch) | |
tree | 6ad1e1d530c5761dc39e1fb21fca56a2751c63e7 /arch/mn10300/unit-asb2364/Makefile | |
parent | 6044cf1d9426dfd5cdc1e7b9cf8eaed6418e1ff6 (diff) |
MN10300: ASB2364: Add support for SMSC911X and SMC911X
Add support for SMSC911X and SMC911X for the ASB2364 unit.
Signed-off-by: Akira Takeuchi <takeuchi.akr@jp.panasonic.com>
Signed-off-by: Kiyoshi Owada <owada.kiyoshi@jp.panasonic.com>
Signed-off-by: David Howells <dhowells@redhat.com>
cc: steve.glendinning@smsc.com
cc: netdev@vger.kernel.org
Diffstat (limited to 'arch/mn10300/unit-asb2364/Makefile')
-rw-r--r-- | arch/mn10300/unit-asb2364/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mn10300/unit-asb2364/Makefile b/arch/mn10300/unit-asb2364/Makefile index e9d9b90ef6da..b3263ecfc4ff 100644 --- a/arch/mn10300/unit-asb2364/Makefile +++ b/arch/mn10300/unit-asb2364/Makefile | |||
@@ -8,3 +8,5 @@ | |||
8 | # Note 2! The CFLAGS definitions are now in the main makefile... | 8 | # Note 2! The CFLAGS definitions are now in the main makefile... |
9 | 9 | ||
10 | obj-y := unit-init.o leds.o irq-fpga.o | 10 | obj-y := unit-init.o leds.o irq-fpga.o |
11 | |||
12 | obj-$(CONFIG_SMSC911X) += smsc911x.o | ||