vmod/vmodttl: fixed bug related to luns not ordered and/or not starting from zero.
[ht-drivers.git] / makefiles / Makefile
blobfc3008104c20d7e019986500aefd01051035a948
1 ###############################################################################
2 # @file Makefile
4 # @brief Makefile to compile module benchmark.
6 # It includes driver, libraries and test programs.
8 # @author Yury GEORGIEVSKIY, CERN.
10 # @date Created on 13/01/2009
11 ###############################################################################
13 -include Makefile.specific
15 # Standard driver directory tree layout
16 SUBDIRS += \
17 lib \
18 include \
19 test \
20 driver
22 include $(ROOTDIR)/makefiles/Makefile.base