Makefile.am
branchstable-1.5
changeset 2540 fca12d7035d1
parent 2422 1fea21005c4b
child 2701 00a6a77face6
equal deleted inserted replaced
2539:d2d43d2e7f31 2540:fca12d7035d1
    28 #------------------------------------------------------------------------------
    28 #------------------------------------------------------------------------------
    29 
    29 
    30 ACLOCAL_AMFLAGS = -I m4
    30 ACLOCAL_AMFLAGS = -I m4
    31 
    31 
    32 SUBDIRS = \
    32 SUBDIRS = \
    33 	devices \
       
    34 	include \
    33 	include \
    35 	master \
       
    36 	script
    34 	script
       
    35 
       
    36 if ENABLE_KERNEL
       
    37 SUBDIRS += devices
       
    38 SUBDIRS += master
       
    39 endif
    37 
    40 
    38 if BUILD_TOOL
    41 if BUILD_TOOL
    39 SUBDIRS += tool
    42 SUBDIRS += tool
    40 endif
    43 endif
    41 
    44