mini/Makefile
branchkernel2.6
changeset 24 d417dd9bdc2f
parent 22 e8c2cd004e0b
child 46 f2d7a73d2f32
equal deleted inserted replaced
23:39364fbcd069 24:d417dd9bdc2f
    25 # Default-Abschnitt
    25 # Default-Abschnitt
    26 
    26 
    27 CONFIG_FILE = ../ethercat.conf
    27 CONFIG_FILE = ../ethercat.conf
    28 PWD = $(shell pwd)
    28 PWD = $(shell pwd)
    29 
    29 
       
    30 
    30 include $(CONFIG_FILE) # Für KERNELDIR
    31 include $(CONFIG_FILE) # Für KERNELDIR
    31 
    32 
    32 default:
    33 default:
    33 	$(MAKE) -C $(KERNELDIR) M=$(PWD) modules
    34 	$(MAKE) -C $(KERNELDIR) M=$(PWD) modules
    34 
    35