modules.mk 532 B

12345678910111213141516171819202122
  1. #
  2. # Copyright (C) 2006-2012 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. define KernelPackage/rdc321x-wdt
  8. SUBMENU:=$(OTHER_MENU)
  9. TITLE:=RDC321x watchdog
  10. DEPENDS:=@TARGET_x86_rdc
  11. KCONFIG:=CONFIG_RDC321X_WDT
  12. FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/rdc321x_wdt.ko
  13. AUTOLOAD:=$(call AutoLoad,50,rdc321x_wdt)
  14. endef
  15. define KernelPackage/rdc321x-wdt/description
  16. RDC-321x watchdog driver
  17. endef
  18. $(eval $(call KernelPackage,rdc321x-wdt))