aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2013-11-14 20:18:42 +0100
committerMemphiz <memphis@machzwo.de>2013-11-14 23:47:04 +0100
commitaaba8763f053826ff29a7840c2447391fd9dc137 (patch)
tree6c5feee4d7e97eb31634ffa3f1fda94cd5722dd6 /tools/depends/target
parent4a1f0e0bb56d6cc62458034eb5305512fd6040a7 (diff)
[jenkins] - add buildsteps for raspberry pi
Diffstat (limited to 'tools/depends/target')
-rw-r--r--tools/depends/target/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile
index 961dd4d2ae..330434da24 100644
--- a/tools/depends/target/Makefile
+++ b/tools/depends/target/Makefile
@@ -55,9 +55,12 @@ endif
ALSA_LIB=
LINUX_SYSTEM_LIBS=
ifeq ($(OS),linux)
- DEPENDS += alsa-lib libsdl linux-system-libs
- ALSA_LIB = alsa-lib
- LINUX_SYSTEM_LIBS = linux-system-libs
+ #not for raspberry pi
+ ifneq ($(CPU),arm)
+ DEPENDS += alsa-lib libsdl linux-system-libs
+ ALSA_LIB = alsa-lib
+ LINUX_SYSTEM_LIBS = linux-system-libs
+ endif
endif
.PHONY: $(DEPENDS)