2009-10-04 11:22:20 +03:00
|
|
|
#
|
2010-02-09 02:11:50 +02:00
|
|
|
# Copyright (C) 2006-2010 OpenWrt.org
|
2007-01-31 02:11:27 +02: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 13:14:55 +03:00
|
|
|
BOARDNAME:=Marvell/Intel PXA2xx
|
2010-02-09 02:11:50 +02:00
|
|
|
FEATURES:=squashfs
|
2007-01-31 02:11:27 +02:00
|
|
|
|
2010-02-28 12:16:47 +02:00
|
|
|
LINUX_VERSION:=2.6.32.9
|
2007-06-28 08:52:00 +03:00
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2007-01-31 02:11:27 +02:00
|
|
|
define Target/Description
|
2009-10-04 11:22:20 +03:00
|
|
|
Build images for PXA2xx systems, eg. Gumstix.
|
2008-04-26 13:14:55 +03:00
|
|
|
endef
|
|
|
|
|
2008-04-27 19:56:19 +03:00
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
$(eval $(call BuildTarget))
|