drivers/Makefile
changeset 45 f525f7db2d90
parent 42 a22a202d0f42
child 50 458e704afc6e
equal deleted inserted replaced
44:68d5b57cf038 45:f525f7db2d90
    30 else
    30 else
    31 
    31 
    32 #------------------------------------------------------------------------------
    32 #------------------------------------------------------------------------------
    33 # Default-Abschnitt
    33 # Default-Abschnitt
    34 
    34 
    35 include ../ethercat.conf
       
    36 
       
    37 modules:
    35 modules:
    38 	$(MAKE) -C $(KERNELDIR) M=`pwd` modules
    36 	$(MAKE) -C ..
    39 
    37 
    40 clean:
    38 clean:
    41 	$(MAKE) -C $(KERNELDIR) M=`pwd` clean
    39 	$(MAKE) -C .. clean
    42 
    40 
    43 #------------------------------------------------------------------------------
    41 #------------------------------------------------------------------------------
    44 
    42 
    45 endif
    43 endif