From 4e6df3b64e294d3715c4acad1eedebef75449b71 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Wed, 23 Feb 2011 23:51:32 +0100 Subject: [PATCH] Remove FIXME comment --- tools/configure | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/configure b/tools/configure index 18a0a282aa..00f7e9f166 100755 --- a/tools/configure +++ b/tools/configure @@ -3514,10 +3514,6 @@ EOF if test -n "$t_cpu"; then TARGET_INC="-I\$(FIRMDIR)/target/$t_cpu/$t_manufacturer/$t_model" -# FIXME: Unify logic statements -# || (([ "$t_cpu" = "hosted" ] && [ "$t_manufacturer" = "pandora" ] )) - # || ; then - if [ "$t_cpu" = "hosted" ] && [ "$t_manufacturer" = "maemo" ]; then # Maemo needs the SDL port, too TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/hosted/sdl/app" @@ -3530,6 +3526,7 @@ if test -n "$t_cpu"; then TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/hosted/sdl" TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/hosted" fi + TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu/$t_manufacturer" TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu" GCCOPTS="$GCCOPTS" -- 2.11.4.GIT