diff options
author | Wolfgang Denk <wd@denx.de> | 2010-08-04 00:30:50 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-08-04 00:30:50 +0200 |
commit | 36448c6038aa06a7f031fd5c4141224b513ed838 (patch) | |
tree | 8b9ab193eda6859d3d6ba899e0872cba6d8b0d8c /board/freescale/common/Makefile | |
parent | c8cf4fc40757fa08af835dd886d9f7dacb515683 (diff) | |
parent | a37c36f4e70bada297f281b0e542539ad43e50f6 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'board/freescale/common/Makefile')
-rw-r--r-- | board/freescale/common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile index 2d48d7ea32..f93045ff98 100644 --- a/board/freescale/common/Makefile +++ b/board/freescale/common/Makefile @@ -46,6 +46,7 @@ COBJS-$(CONFIG_MPC8536DS) += ics307_clk.o COBJS-$(CONFIG_MPC8572DS) += ics307_clk.o COBJS-$(CONFIG_P1022DS) += ics307_clk.o COBJS-$(CONFIG_P2020DS) += ics307_clk.o +COBJS-$(CONFIG_P4080DS) += ics307_clk.o SRCS := $(SOBJS:.o=.S) $(COBJS-y:.o=.c) OBJS := $(addprefix $(obj),$(COBJS-y)) |