Makefile 353 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0
  2. obj-$(CONFIG_MOST) += most_core.o
  3. most_core-y := core.o
  4. ccflags-y += -Idrivers/staging/
  5. obj-$(CONFIG_MOST_CDEV) += cdev/
  6. obj-$(CONFIG_MOST_NET) += net/
  7. obj-$(CONFIG_MOST_SOUND) += sound/
  8. obj-$(CONFIG_MOST_VIDEO) += video/
  9. obj-$(CONFIG_MOST_DIM2) += dim2/
  10. obj-$(CONFIG_MOST_I2C) += i2c/
  11. obj-$(CONFIG_MOST_USB) += usb/