vmod/vmodttl: fixed bug related to luns not ordered and/or not starting from zero.
[ht-drivers.git] / ctr / driver_vme / Kbuild
blob38ba114de4c80da3074668a68601e6717d25669a
1 ###############################################################################
2 # @file Kbuild
4 # @brief Specific kbuild for compiling null driver
6 # @author Yury GEORGIEVSKIY, CERN.
8 # @date Created on 14/01/2009
9 ###############################################################################
10 INC = $(ROOTDIR)/include
11 COMMON_CTR_DIR = ./../common_pci_vme
13 # Not using [ccflags-y] _ONLY_ to be able to compile with 2.6.9
14 # [ccflags-y] should be used when 2.6.9 is not used anymore
15 EXTRA_CFLAGS = \
16         -Wno-strict-prototypes \
17         -DCTR_VME \
18         -DEMULATE_LYNXOS_ON_LINUX \
19         -DHARD_FLOAT \
20         -mhard-float \
21         -I$(INC) \
22         -I$(M)/$(COMMON_CTR_DIR)
24 #  Use XTRA_DRSC to add driver files to compile from other
25 #+ than ./driver directories
26 XTRA_DSRC = $(addprefix $(M)/$(COMMON_CTR_DIR)/, \
27                DrvrSpec.c EmulateLynxOs.c ModuleLynxOs.c cdcmSem.c)
29 # Space separated list of driver directories this driver depends on
30 DEP_SYMVERS = /acc/src/dsc/drivers/coht/vmebridge
32 # include general kbuild
33 include $(ROOTDIR)/makefiles/Kbuild.linux