diff options
author | Marek Vasut | 2010-10-04 00:21:51 +0200 |
---|---|---|
committer | Wolfgang Denk | 2010-10-19 23:05:19 +0200 |
commit | 7c957c0e7427e8bc1039e39850de1fead26b3c53 (patch) | |
tree | 901d4cc5a31cd342f72f928dca361831ba49ac05 /Makefile | |
parent | f97e9c65b3906cd656c14ed0fd35eae0c1649857 (diff) |
Build: PXA: Fix TrizepsIV build variants
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1010,14 +1010,6 @@ scpu_config: unconfig fi @$(MKCONFIG) -n $@ -a pdnb3 arm ixp pdnb3 prodrive -polaris_config \ -trizepsiv_config : unconfig - @mkdir -p $(obj)include - @if [ "$(findstring polaris,$@)" ] ; then \ - echo "#define CONFIG_POLARIS 1" >>$(obj)include/config.h ; \ - fi; - @$(MKCONFIG) -n $@ -a trizepsiv arm pxa trizepsiv - ######################################################################### ## ARM1136 Systems ######################################################################### |