]> rtime.felk.cvut.cz Git - omk/sssa.git/commitdiff
Merge branch 'master' into sssa
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 5 May 2009 13:29:56 +0000 (15:29 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 5 May 2009 13:29:56 +0000 (15:29 +0200)
Conflicts:
snippets/linux.omk

1  2 
snippets/linux.omk

index e63b06048b2be522d92fe27b283fc52c85edee18,b4975140404b4580005a11182af5c0b5d405aa6d..8be7045411f43cba43e94eddf8a1093e3fc4467b
  # kernel_MODULES   .. list of the kernel side modules/applications
  # rtlinux_MODULES  .. list of RT-Linux the kernel side modules/applications
  # xxx_SOURCES      .. list of specific target sources
 -# xxx_LIBS         .. list of specific target libraries
 +# xxx_CFLAGS       .. custom CFLAGS for .c modules of target xxx (in addition to CFLAGS)
 +# xxx_CXXFLAGS     .. custom CXXFLAGS for .cpp/.cxx modules of target xxx (in addition to CXXFLAGS)
 +# xxx_ASFLAGS      .. custom ASFLAGS for .S modules of target xxx (in addition to ASFLAGS)
 +# xxx_LIBS         .. custom libraries for target xxx (in addition to LIBS)
 +# xxx_DLFLAGS      .. custom LDFLAGS for target xxx (in addition to LDFLAGS)
+ # lib_LOADLIBES    .. list of libraries linked to each executable
  # INCLUDES         .. additional include directories and defines for user-space
  # kernel_INCLUDES  .. additional include directories and defines for kernel-space
  # rtlinux_INCLUDES .. additional include directories and defines for RT-Linux