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
/axonram
10 TITLE
:=Axon DDR2 memory device driver
11 DEPENDS
:=@TARGET_pxcab
12 KCONFIG
:=CONFIG_AXON_RAM
13 FILES
:=$(LINUX_DIR
)/arch
/powerpc
/sysdev
/axonram.ko
14 AUTOLOAD
:=$(call AutoLoad
,01,axonram
)
17 define KernelPackage
/axonram
/description
18 Kernel support for Axon DDR2 memory device
21 $(eval
$(call KernelPackage
,axonram
))