0c5a254a9afc983d124d844c271501a4159bb939
[openwrt.git] / target / linux / pxcab / modules.mk
1 #
2 # Copyright (C) 2010 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define KernelPackage/axonram
9   SUBMENU:=$(BLOCK_MENU)
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)
15 endef
16
17 define KernelPackage/axonram/description
18   Kernel support for Axon DDR2 memory device
19 endef
20
21 $(eval $(call KernelPackage,axonram))