1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-03 08:12:04 +03:00
openwrt-xburst/target/linux/cobalt/modules.mk
florian e0f70e20ca [cobalt] package cobalt lcd as a module
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32840 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-25 14:01:46 +00:00

22 lines
558 B
Makefile

#
# Copyright (C) 2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define KernelPackage/fb-cobalt
SUBMENU:=$(VIDEO_MENU)
TITLE:=Cobalt framebuffer support
DEPENDS:=@TARGET_cobalt +kmod-fb
KCONFIG:=CONFIG_FB_COBALT
FILES:=$(LINUX_DIR)/drivers/video/cobalt_lcdfb.ko
AUTOLOAD:=$(call AutoLoad,50,cobalt_lcdfb)
endef
define KernelPackage/fb-cobalt/descriptione
Kernel module for the Cobalt Microservers framebuffer
endef
$(eval $(call KernelPackage,fb-cobalt))