bfin: remove inline keyword
[xenomai-head.git] / ksrc / Makefile
blob6e9ce03f317ef77008dfaa19e5c63247341e4abe
1 ifneq ($(VERSION).$(PATCHLEVEL),2.4)
3 # Makefile frag for Linux v2.6 and v3.x
5 obj-$(CONFIG_XENOMAI) += arch/ nucleus/ skins/
7 else
9 # Makefile frag for Linux v2.4
11 subdir-$(CONFIG_XENOMAI) += arch
13 subdir-$(CONFIG_XENO_OPT_NUCLEUS) += nucleus
15 mod-subdirs := skins
16 subdir-y += skins
18 include $(TOPDIR)/Rules.make
20 endif