blob: 19887f23f094eac900483b92b9e64c5045c74923 [file] [log] [blame]
Chih-Wei Huang4a273532018-12-06 15:00:09 +08001--- a/Makefile
2+++ b/Makefile
3@@ -145,7 +145,7 @@
4 EXTRA_CFLAGS += -Wno-date-time
5 endif
6
7-EXTRA_LDFLAGS := $(src)/lib/wlc_hybrid.o_shipped
8+EXTRA_LDFLAGS := $(src)/lib$(if $(CONFIG_64BIT),64,32)/wlc_hybrid.o_shipped
9
10 KBASE ?= /lib/modules/`uname -r`
Jon West56e83b32021-04-14 12:38:06 -040011 KBUILD_DIR ?= $(KBASE)/build