Skip to content

Commit

Permalink
[aml] build fix for mali driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Fields committed Nov 18, 2012
1 parent f40a1f7 commit 1524a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/amlogic/mali/Makefile.common
Expand Up @@ -40,7 +40,7 @@ MALI_PLATFORM_FILE=platform/default/mali_platform.c
endif

# Get subversion revision number, fall back to only ${MALI_RELEASE_NAME} if no svn info is available
SVN_REV := $(shell (cd $(DRIVER_DIR); (svnversion | grep -qv exported && svnversion) || git svn info | grep '^Revision: '| sed -e 's/^Revision: //' ) 2>/dev/null )
SVN_REV := $(shell (cd $(DRIVER_DIR); (svnversion | grep -Eqv "exported|Unversioned directory" && svnversion) || git svn info | grep '^Revision: '| sed -e 's/^Revision: //' ) 2>/dev/null )
ifeq ($(SVN_REV),)
SVN_REV := $(MALI_RELEASE_NAME)
else
Expand Down

0 comments on commit 1524a2d

Please sign in to comment.