mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
Add cpuid Linux kernel module for ARM CPUs
This commit is contained in:
parent
fb4abf78bb
commit
371a9648d6
9 changed files with 371 additions and 3 deletions
9
drivers/arm/linux/Makefile.in
Normal file
9
drivers/arm/linux/Makefile.in
Normal file
|
@ -0,0 +1,9 @@
|
|||
obj-m += @DRIVER_NAME@.o
|
||||
|
||||
all: modules
|
||||
|
||||
modules:
|
||||
@$(MAKE) -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
|
||||
|
||||
clean:
|
||||
@$(MAKE) -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
|
Loading…
Add table
Add a link
Reference in a new issue