modules.mk 532 B

1234567891011121314151617181920
  1. #
  2. # Copyright (C) Jiang Yutang <jiangyutang1978@gmail.com>
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. define KernelPackage/ppfe
  8. SUBMENU:=$(NETWORK_DEVICES_MENU)
  9. TITLE:=Freescale PPFE Driver support
  10. KCONFIG:=CONFIG_FSL_PPFE
  11. FILES:=$(LINUX_DIR)/drivers/staging/fsl_ppfe/pfe.ko
  12. AUTOLOAD:=$(call AutoLoad,35,ppfe)
  13. endef
  14. define KernelPackage/ppfe/description
  15. Kernel modules for Freescale PPFE Driver support.
  16. endef
  17. $(eval $(call KernelPackage,ppfe))