added i2c_mangle.ko, ethtool, change AXE modules loading
This commit is contained in:
7
tools/Makefile
Normal file
7
tools/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
obj-m=i2c_mangle.o
|
||||
|
||||
all:
|
||||
make -C $(PWD)/kernel ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) M=$(PWD)/tools modules
|
||||
|
||||
clean:
|
||||
make -C $(PWD)/kernel ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) M=$(PWD)/tools clean
|
||||
Reference in New Issue
Block a user