vmod/vmodttl: fixed bug related to luns not ordered and/or not starting from zero.
[ht-drivers.git] / vd80 / Makefile.specific
blob0a46cad2329cdfebca9c656e0940733df1c7220f
1 ###############################################################################
2 # @file Makefile.specific
4 # @brief TEMPLATE. Specific driver description
6 # @author Yury GEORGIEVSKIY, CERN.
8 # Should be adapted for a specific driver
9 # @e NOTE
10 # Makefile.specific from the current directory suppressing one from ../
11 # directory (see 'ctr' driver for example).
13 # @date Created on 29/04/2009
14 ###############################################################################
16 # Driver (Module) name. Comming from the DB. Will be converted to lowercase.
17 DRIVER_NAME = VD80
19 # If this driver is using skeleton (y/n)
20 IS_SKEL = y
22 # If driver is CDCM compliant
23 IS_CDCM = y
25 # If driver is VME one (valid only if IS_CDCM = y)
26 CONFIG_BUS_VME = y
28 # If driver is PCI/PMC one (valid only if IS_CDCM = y)
29 CONFIG_BUS_PCI = n
31 # If driver will use extra handy utils (load info file etc...)
32 USE_UTILS = y
34 # If driver will use libinst library to get configuration from XML file
35 USE_XML = y
37 # If driver has plx9030 and wants to use its standart operations
38 USE_PLX9030 = n
40 # If driver has plx9656 and wants to use its standart operations
41 USE_PLX9656 = n
43 # If test program is using extended test program
44 USE_EXTEST = y
46 # If driver library should be compiled as a shared object library (.so)
47 COMPILE_LIB_SHARED = y
49 # You can change ROOTDIR to locate your own path with cdcm, skel, utils etc..
50 ROOTDIR = ..
52 #  If you want to compile with CDCM that is _not_ in the ROOTDIR
53 #+ (i.e. out-of-standart-tree) - you _SHOULD_ set CDCM_D in the COMMAND LINE!
54 #+ See 'out-of-tree-cdcm' file on howto do this.
55 # CDCM_D =
57 #  You can redefine FINAL_DEST to deliver compiled object to other then
58 #+ ../object_<drvr_name> dir. Prefix ../ is always added to it.
59 # FINAL_DEST =
61 # To change driver src directory from standart one (drier)
62 # DRVR_DIR =
64 #  To override standard kernel dir location
65 #+ Allows ut to compile with local kernels
66 # KSRC =
68 # Compile for kernel other then default one
69 # KVER =
71 # Choose CPU
72 # TARGET_CPU =
74 SUBDIRS = test-stub