chardev driver build Makefile
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了chardev driver build Makefile相关的知识,希望对你有一定的参考价值。
ARCH := arm
CROSS_COMPILE := arm-linux-gnueabi-
export ARCH CROSS_COMPILE
obj-m += chardev.o
ifneq ($(KERNELRELEASE),)
else
KERNELDIR ?= /home/hugh/workspace/linux-4.9.28
PWD := $(shell pwd)
default:
$(MAKE) -C $(KERNELDIR) M=$(PWD) modules
clean:
$(MAKE) -C $(KERNELDIR) M=$(PWD) clean
endif
以上是关于chardev driver build Makefile的主要内容,如果未能解决你的问题,请参考以下文章
3. fileinode结构体及chardevs数组等相关知识解析
CMake 错误:catkin_make :::Running 命令运行命令:“/ws/build”中的“make -j4 -l4”