diff options
author | Sascha Hauer <sascha@saschahauer.de> | 2006-06-19 10:28:19 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-19 10:28:19 -0400 |
commit | ef70cd4d247defcd7c0f789a5a98deab0afadf53 (patch) | |
tree | f70493a24f7e83aaf09c52ee274d7b1dc36ade28 /arch/arm/mach-netx/Makefile | |
parent | bb6d8c8828123e01e2ae6c9d9c4870477889fd94 (diff) |
[ARM] 3568/2: netX: pointer fifo driver
Patch from Sascha Hauer
This patch adds support for the pointer FIFOs on netX.
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-netx/Makefile')
-rw-r--r-- | arch/arm/mach-netx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-netx/Makefile b/arch/arm/mach-netx/Makefile index 257d02ef66d8..cd424083e5b9 100644 --- a/arch/arm/mach-netx/Makefile +++ b/arch/arm/mach-netx/Makefile | |||
@@ -7,5 +7,5 @@ | |||
7 | 7 | ||
8 | # Object file lists. | 8 | # Object file lists. |
9 | 9 | ||
10 | obj-y += time.o generic.o | 10 | obj-y += time.o generic.o pfifo.o |
11 | 11 | ||