mirror of
https://github.com/ISpillMyDrink/OpenSuperClone.git
synced 2026-05-04 14:00:54 +00:00
Remove hard-coded process names from OSCDriver Makefile.
This commit is contained in:
@@ -6,11 +6,6 @@ obj-m = $(KMOD).o
|
||||
MAKE_FLAGS = -C
|
||||
KDIR = /lib/modules/$(KERNELRELEASE)/build
|
||||
|
||||
IOCTL = oscdriverc
|
||||
MMAP_M = oscdrivermap_m
|
||||
MMAP_TB = oscdrivermap_tb
|
||||
MMAP_MDB = oscdrivermap_mdb
|
||||
|
||||
RMFLAGS = -vR
|
||||
|
||||
TMPS = $(KMOD).mod \
|
||||
@@ -33,7 +28,7 @@ clean:
|
||||
$(RM) $(RMFLAGS) $(KMOD).ko $(KMOD).o $(TMPS)
|
||||
|
||||
install:
|
||||
insmod $(KMOD).ko ioctl=$(IOCTL) mmap_m=$(MMAP_M) mmap_tb=$(MMAP_TB) mmap_mdb=$(MMAP_MDB)
|
||||
insmod $(KMOD).ko
|
||||
|
||||
uninstall:
|
||||
rmmod $(KMOD)
|
||||
|
||||
Reference in New Issue
Block a user