2009-10-04 08:22:20 +00:00
|
|
|
#
|
2011-03-18 13:04:02 +00:00
|
|
|
# Copyright (C) 2006-2011 OpenWrt.org
|
2007-01-31 00:11:27 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=pxa
|
2008-04-26 10:14:55 +00:00
|
|
|
BOARDNAME:=Marvell/Intel PXA2xx
|
2012-10-03 16:12:57 +00:00
|
|
|
FEATURES:=squashfs jffs2
|
2010-10-27 13:46:00 +00:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2007-01-31 00:11:27 +00:00
|
|
|
|
2012-06-05 06:57:51 +00:00
|
|
|
LINUX_VERSION:=3.3.8
|
2007-06-28 05:52:00 +00:00
|
|
|
|
2007-09-08 19:55:42 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2007-01-31 00:11:27 +00:00
|
|
|
define Target/Description
|
2009-10-04 08:22:20 +00:00
|
|
|
Build images for PXA2xx systems, eg. Gumstix.
|
2008-04-26 10:14:55 +00:00
|
|
|
endef
|
|
|
|
|
2008-04-27 16:56:19 +00:00
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
2007-09-08 19:55:42 +00:00
|
|
|
$(eval $(call BuildTarget))
|