Skip to content
Snippets Groups Projects
Commit 341245a2 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

pcm030: fix out-of-tree building


Commit 0a87dd90 that was supposed to fix out-of-tree building for the
pcm030 board was unfortunately incomplete.

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent e405afab
No related branches found
No related tags found
No related merge requests found
...@@ -696,6 +696,7 @@ o2dnt_config: unconfig ...@@ -696,6 +696,7 @@ o2dnt_config: unconfig
pcm030_config \ pcm030_config \
pcm030_LOWBOOT_config: unconfig pcm030_LOWBOOT_config: unconfig
@mkdir -p $(obj)include $(obj)board/phytec/pcm030
@ >$(obj)include/config.h @ >$(obj)include/config.h
@[ -z "$(findstring LOWBOOT_,$@)" ] || \ @[ -z "$(findstring LOWBOOT_,$@)" ] || \
{ echo "TEXT_BASE = 0xFF000000" >$(obj)board/phytec/pcm030/config.tmp ; \ { echo "TEXT_BASE = 0xFF000000" >$(obj)board/phytec/pcm030/config.tmp ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment