--- a/Makefile | |
+++ b/Makefile | |
@@ -145,7 +145,7 @@ | |
EXTRA_CFLAGS += -Wno-date-time | |
endif | |
-EXTRA_LDFLAGS := $(src)/lib/wlc_hybrid.o_shipped | |
+EXTRA_LDFLAGS := $(src)/lib$(if $(CONFIG_64BIT),64,32)/wlc_hybrid.o_shipped | |
KBASE ?= /lib/modules/`uname -r` | |
KBUILD_DIR ?= $(KBASE)/build |