1 ###############################################################################
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
16 -Wno-strict-prototypes \
18 -DEMULATE_LYNXOS_ON_LINUX \
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