diff options
author | Wolfgang Denk <wd@denx.de> | 2008-06-03 00:19:57 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-06-03 00:19:57 +0200 |
commit | 7a68389a231ac061ba2ffd628f86e15ed0545a7b (patch) | |
tree | 723fd35290b988810be6d417c21fa1949f25aae8 /cpu/at32ap/at32ap700x/Makefile | |
parent | 7feb4d38ff1fdf8877f39447001ff9f6e93fa6bc (diff) | |
parent | a8092c021d27f27f4b323b7d49979ca01b3fc19d (diff) | |
download | u-boot-imx-7a68389a231ac061ba2ffd628f86e15ed0545a7b.zip u-boot-imx-7a68389a231ac061ba2ffd628f86e15ed0545a7b.tar.gz u-boot-imx-7a68389a231ac061ba2ffd628f86e15ed0545a7b.tar.bz2 |
Merge remote branch 'u-boot-avr32/master'
Diffstat (limited to 'cpu/at32ap/at32ap700x/Makefile')
-rw-r--r-- | cpu/at32ap/at32ap700x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/at32ap/at32ap700x/Makefile b/cpu/at32ap/at32ap700x/Makefile index d276712..7404235 100644 --- a/cpu/at32ap/at32ap700x/Makefile +++ b/cpu/at32ap/at32ap700x/Makefile @@ -24,7 +24,7 @@ include $(TOPDIR)/config.mk LIB := $(obj)lib$(SOC).a -COBJS := gpio.o +COBJS := gpio.o clk.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) |