diff options
author | Wolfgang Denk <wd@denx.de> | 2010-10-05 14:31:48 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-05 14:31:48 +0200 |
commit | bbf2abc0f5a5be0b8081ae8587fa90b376160444 (patch) | |
tree | 3bbade787e2f3b791118990bb716cb962b386566 /board/freescale/p1022ds/Makefile | |
parent | dd09985499ac95484974eb0f832fe47b33369952 (diff) | |
parent | cdfcedbf250ba2ec01b2555cffde83e9947e9fbf (diff) | |
download | u-boot-imx-bbf2abc0f5a5be0b8081ae8587fa90b376160444.zip u-boot-imx-bbf2abc0f5a5be0b8081ae8587fa90b376160444.tar.gz u-boot-imx-bbf2abc0f5a5be0b8081ae8587fa90b376160444.tar.bz2 |
Merge branch 'next' of git://git.denx.de/u-boot-video
Diffstat (limited to 'board/freescale/p1022ds/Makefile')
-rw-r--r-- | board/freescale/p1022ds/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/p1022ds/Makefile b/board/freescale/p1022ds/Makefile index 8ede2d6..678eb2a 100644 --- a/board/freescale/p1022ds/Makefile +++ b/board/freescale/p1022ds/Makefile @@ -16,6 +16,8 @@ COBJS-y += ddr.o COBJS-y += law.o COBJS-y += tlb.o +COBJS-$(CONFIG_FSL_DIU_FB) += diu.o + SRCS := $(SOBJS:.o=.S) $(COBJS-y:.o=.c) OBJS := $(addprefix $(obj),$(COBJS-y)) SOBJS := $(addprefix $(obj),$(SOBJS)) |