xxorde / librekinect

Depth data from a kinect sensor! Small and fast kernel driver. Also for embedded devices like the raspberry pi!
408 stars 66 forks source link

Small errors in Makefile #5

Closed jean80it closed 10 years ago

jean80it commented 10 years ago
diff --git a/Makefile b/Makefile
index a3acc39..e0b829f 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,8 @@ endif
 EXTRA_CFLAGS += $(DEBFLAGS)

-ifeq ($(UNAME),armv61)
-   AMRKDIR := /usr/src/linux
+ifeq ($(UNAME),armv6l)
+   ARMKDIR := /usr/src/linux
 else
    ARCH    := arm
    CROSS   := arm-linux-gnueabi-
xxorde commented 10 years ago

He he, thx!

I did not notice that, I even had to read your diff really carefully!