2 # Copyright (C) 2010 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 define KernelPackage
/atmel-wdt
10 TITLE
:=AT32AP700x watchdog
11 DEPENDS
:=@TARGET_avr32
12 KCONFIG
:=CONFIG_AT32AP700X_WDT
13 FILES
:=$(LINUX_DIR
)/drivers
/$(WATCHDOG_DIR
)/at32ap700x_wdt.ko
14 AUTOLOAD
:=$(call AutoLoad
,50,at32ap700x_wdt
)
17 define KernelPackage
/atmel-wdt
/description
21 $(eval
$(call KernelPackage
,atmel-wdt
))
This page took 0.044527 seconds and 5 git commands to generate.