summaryrefslogtreecommitdiff
path: root/cpu/arm_cortexa8/omap3/Makefile
diff options
context:
space:
mode:
authorTom Rix <Tom.Rix@windriver.com>2009-05-15 23:48:36 +0200
committerWolfgang Denk <wd@denx.de>2009-06-12 20:39:50 +0200
commit0c872ecd01d6782ae9d37b6eb721404a4a48f356 (patch)
tree522a36bcdfc4b52423c410de64e853384a84eb7a /cpu/arm_cortexa8/omap3/Makefile
parent376aee78dd66ae0dc4ce496cbe93ecc80aaad48e (diff)
downloadu-boot-imx-0c872ecd01d6782ae9d37b6eb721404a4a48f356.zip
u-boot-imx-0c872ecd01d6782ae9d37b6eb721404a4a48f356.tar.gz
u-boot-imx-0c872ecd01d6782ae9d37b6eb721404a4a48f356.tar.bz2
OMAP3 Port kernel omap gpio interface.
Port version 2.6.27 of the linux kernel's omap gpio interface to u-boot. The orignal source is in linux/arch/arm/plat-omap/gpio.c See doc/README.omap3 for instructions on use. Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
Diffstat (limited to 'cpu/arm_cortexa8/omap3/Makefile')
-rw-r--r--cpu/arm_cortexa8/omap3/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/arm_cortexa8/omap3/Makefile b/cpu/arm_cortexa8/omap3/Makefile
index edf5cb2..50176ee 100644
--- a/cpu/arm_cortexa8/omap3/Makefile
+++ b/cpu/arm_cortexa8/omap3/Makefile
@@ -29,6 +29,7 @@ SOBJS := lowlevel_init.o
COBJS += board.o
COBJS += clock.o
+COBJS += gpio.o
COBJS += mem.o
COBJS += syslib.o
COBJS += sys_info.o