modules.mk 591 B

123456789101112131415161718192021
  1. #
  2. # Copyright (C) Jiang Yutang <[email protected]>
  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. DEPENDS:=@TARGET_layerscape
  11. KCONFIG:=CONFIG_FSL_PPFE CONFIG_FSL_PPFE_UTIL_DISABLED
  12. FILES:=$(LINUX_DIR)/drivers/staging/fsl_ppfe/pfe.ko
  13. AUTOLOAD:=$(call AutoLoad,35,pfe)
  14. endef
  15. define KernelPackage/ppfe/description
  16. Kernel modules for Freescale PPFE Driver support.
  17. endef
  18. $(eval $(call KernelPackage,ppfe))