diff options
author | Wolfgang Denk <wd@denx.de> | 2009-07-13 23:45:02 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-13 23:45:02 +0200 |
commit | c3ae126c2cad03f04be36c92dd9437b9ee2385b6 (patch) | |
tree | c10c50a9f5369cc8d955869ed4b8e34ffe14969a /cpu/arm926ejs/at91/Makefile | |
parent | 227ad917c5510f595bed29c996a3411b50118959 (diff) | |
parent | 986922714ffd21ad39f48522d285fffc7aed56b1 (diff) | |
download | u-boot-imx-c3ae126c2cad03f04be36c92dd9437b9ee2385b6.zip u-boot-imx-c3ae126c2cad03f04be36c92dd9437b9ee2385b6.tar.gz u-boot-imx-c3ae126c2cad03f04be36c92dd9437b9ee2385b6.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'cpu/arm926ejs/at91/Makefile')
-rw-r--r-- | cpu/arm926ejs/at91/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/arm926ejs/at91/Makefile b/cpu/arm926ejs/at91/Makefile index 3da89f4..4f467be 100644 --- a/cpu/arm926ejs/at91/Makefile +++ b/cpu/arm926ejs/at91/Makefile @@ -29,8 +29,11 @@ COBJS-$(CONFIG_AT91CAP9) += at91cap9_devices.o COBJS-$(CONFIG_AT91SAM9260) += at91sam9260_devices.o COBJS-$(CONFIG_AT91SAM9G20) += at91sam9260_devices.o COBJS-$(CONFIG_AT91SAM9261) += at91sam9261_devices.o +COBJS-$(CONFIG_AT91SAM9G10) += at91sam9261_devices.o COBJS-$(CONFIG_AT91SAM9263) += at91sam9263_devices.o COBJS-$(CONFIG_AT91SAM9RL) += at91sam9rl_devices.o +COBJS-$(CONFIG_AT91SAM9M10G45) += at91sam9m10g45_devices.o +COBJS-$(CONFIG_AT91SAM9G45) += at91sam9m10g45_devices.o COBJS-$(CONFIG_AT91_LED) += led.o COBJS-y += clock.o COBJS-y += cpu.o |