# Ubuntu config

ifeq ($(UBUNTU_FLAVOUR),generic)
CONFIG_LBM_ALSA=m
else
  ifeq ($(UBUNTU_FLAVOUR),rt)
  CONFIG_LBM_ALSA=m
  endif
endif
