Chih-Wei Huang | 4a27353 | 2018-12-06 15:00:09 +0800 | [diff] [blame] | 1 | --- 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 West | 56e83b3 | 2021-04-14 12:38:06 -0400 | [diff] [blame] | 11 | KBUILD_DIR ?= $(KBASE)/build |