8 Star 11 Fork 8

openEuler / prefetch_tuning

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 389 Bytes
一键复制 编辑 原始数据 按行查看 历史
liqiang 提交于 2020-07-02 09:50 . Mod name reduction
# SPDX-License-Identifier: GPL-2.0-only
# Copyright(c) 2019 Huawei Technologies Co., Ltd. 2019. All rights reserved.
BUILD ?= /lib/modules/`uname -r`/build
obj-m := prefetch_tuning.o
prefetch_tuning-objs := prefetch_reg.o prefetch_mod.o
EXTRA_CFLAGS += -Wall -Werror -I./
.PHONY : all
all:
$(MAKE) -C $(BUILD) M=$(PWD) modules
.PHONY : clean
clean:
$(MAKE) -C $(BUILD) M=$(PWD) clean
C
1
https://gitee.com/openeuler/prefetch_tuning.git
git@gitee.com:openeuler/prefetch_tuning.git
openeuler
prefetch_tuning
prefetch_tuning
master

搜索帮助