vmod/vmodttl: fixed bug related to luns not ordered and/or not starting from zero.
[ht-drivers.git] / makefiles / Kbuild
blobf69e05687a3720361764b3b5dea4f2214c413af9
1 ###############################################################################
2 # @file Kbuild
4 # @brief General Kbuild file.
6 # @author Yury GEORGIEVSKIY, CERN.
8 # @date Created on 13/01/2009
10 # Based on current CPU setting - will include proper specific Kbuild.
11 ###############################################################################
13 ifeq ($(CPU), Lces)
14         include $(M)/../../makefiles/Kbuild.linux
15 endif
17 ifeq ($(CPU), L864)
18         include $(M)/../../makefiles/Kbuild.linux
19 endif
21 ifeq ($(CPU), L865)
22         include $(ROOTDIR)/makefiles/Kbuild.linux
23 endif
25 ifeq ($(CPU), ppc4)
26         include ../../makefiles/Kbuild.lynx
27 endif