
Make changes to use Kbuild for techpack compilation. Change-Id: I9d71205f4648f63f04d031bf1a419614e94d9a11 Signed-off-by: Chaitanya Pratapa <cpratapa@codeaurora.org>
10 baris
212 B
Makefile
10 baris
212 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
obj-$(CONFIG_GSI) += gsim.o
|
|
|
|
gsim-objs := gsi.o gsihal/gsihal.o gsihal/gsihal_reg.o
|
|
|
|
gsim-$(CONFIG_DEBUG_FS) += gsi_dbg.o
|
|
|
|
gsim-$(CONFIG_IPA_EMULATION) += gsi_emulation.o
|