sm8750: init kernel modules repo
This commit is contained in:
17
qcom/opensource/datarmnet-ext/perf/Makefile
Normal file
17
qcom/opensource/datarmnet-ext/perf/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
#By default build for CLD
|
||||
RMNET_PERF_SELECT := CONFIG_RMNET_PERF=m
|
||||
KBUILD_OPTIONS += $(RMNET_PERF_SELECT)
|
||||
KBUILD_OPTIONS += $(KBUILD_EXTRA) # Extra config if any
|
||||
KBUILD_EXTRA_SYMBOLS := $(M)/../../$(DATARMNET_CORE_PATH)/Module.symvers
|
||||
KBUILD_EXTRA_SYMBOLS += $(M)/../../$(DATARMNET_SHS_PATH)/Module.symvers
|
||||
|
||||
M ?= $(shell pwd)
|
||||
|
||||
all:
|
||||
$(MAKE) -C $(KERNEL_SRC) M=$(M) modules $(KBUILD_OPTIONS) $(KBUILD_EXTRA_SYMBOLS)
|
||||
|
||||
modules_install:
|
||||
$(MAKE) INSTALL_MOD_STRIP=1 -C $(KERNEL_SRC) M=$(M) modules_install
|
||||
|
||||
clean:
|
||||
$(MAKE) -C $(KERNEL_SRC) M=$(M) clean
|
||||
Reference in New Issue
Block a user