Fix left-over hardcoded path (oops).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31365 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2011-12-19 15:46:27 +00:00
parent 287454de2e
commit 8439c2e3e3

View file

@ -9,7 +9,7 @@
# this is a glibc compatibility hack to provide a get_nprocs() replacement.
# The NDK ships cpu-features.c which has a compatible function android_getCpuCount()
CPUFEAT = /home/kugel/share/android-ndk-r6/sources/android/cpufeatures
CPUFEAT = $(ANDROID_NDK_PATH)/sources/android/cpufeatures
INCLUDES += -I$(CPUFEAT)
OTHER_SRC += $(CPUFEAT)/cpu-features.c
$(BUILDDIR)/cpu-features.o: $(CPUFEAT)/cpu-features.c