Explorer les Livres électroniques
Catégories
Explorer les Livres audio
Catégories
Explorer les Magazines
Catégories
Explorer les Documents
Catégories
M2 SETI B4 / MS SE SE758
Guillaume Duc
guillaume.duc@telecom-paris.fr
2020–2021
Un premier module
module_init ( first_init );
module_exit ( first_exit );
ifneq ( $ ( KERNELRELEASE ) ,)
# kbuild part of makefile
obj - m := first . o
else
# normal makefile
KDIR ?= / lib / modules /` uname -r `/ build
default :
$ ( MAKE ) -C $ ( KDIR ) M = $$PWD
endif
ifneq ( $ (KERNELRELEASE) ,)
...
else
# normal makefile
KDIR ?= / lib / modules /` uname -r `/ build
default :
$ ( MAKE ) -C $ ( KDIR ) M = $$PWD
endif
ifneq ( $ ( KERNELRELEASE ) ,)
...
else
# normal makefile
KDIR ?= / lib / modules /` uname -r `/ build
default :
$ ( MAKE ) -C $ ( KDIR ) M = $$PWD
endif
ifneq ( $ ( KERNELRELEASE ) ,)
...
else
# normal makefile
KDIR ?= / lib / modules /` uname -r `/ build
default :
$(MAKE) -C $(KDIR) M=$$PWD
endif
ifneq ( $ ( KERNELRELEASE ) ,)
...
else
# normal makefile
KDIR ?= / lib / modules /` uname -r `/ build
default :
$(MAKE) -C $(KDIR) M=$$PWD
endif
ifneq ( $ (KERNELRELEASE) ,)
# kbuild part of makefile
obj - m := first . o
else
...
endif
ifneq ( $ ( KERNELRELEASE ) ,)
# kbuild part of makefile
obj-m := first . o
else
...
endif
ifneq ( $ ( KERNELRELEASE ) ,)
# kbuild part of makefile
obj - m := first.o
else
...
endif