mini/Makefile
changeset 54 7506e67dd122
parent 50 458e704afc6e
child 103 d2a8adde27c4
equal deleted inserted replaced
53:6b3b8acb71b5 54:7506e67dd122
    11 ifneq ($(KERNELRELEASE),)
    11 ifneq ($(KERNELRELEASE),)
    12 
    12 
    13 #----------------------------------------------------------------
    13 #----------------------------------------------------------------
    14 # Kbuild-Abschnitt
    14 # Kbuild-Abschnitt
    15 
    15 
    16 obj-m := ec_mini_mod.o
    16 obj-m := ec_mini.o
    17 
    17 
    18 ec_mini_mod-objs := ec_mini.o
    18 ec_mini-objs := mini.o
    19 
    19 
    20 #----------------------------------------------------------------
    20 #----------------------------------------------------------------
    21 
    21 
    22 else
    22 else
    23 
    23