From e0e6714e464cc6c7a768c4c713093d7f6a541755 Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Wed, 31 Jan 2007 00:11:27 +0000 Subject: basic pxa support; likely broken git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6232 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/pxa-2.6/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 target/linux/pxa-2.6/Makefile (limited to 'target/linux/pxa-2.6/Makefile') diff --git a/target/linux/pxa-2.6/Makefile b/target/linux/pxa-2.6/Makefile new file mode 100644 index 0000000000..94e9601b92 --- /dev/null +++ b/target/linux/pxa-2.6/Makefile @@ -0,0 +1,20 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# 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 +BOARDNAME:=PXA +FEATURES:=jffs2 broken + +define Target/Description + Stub for boards based on intel PXA +endef + +include $(INCLUDE_DIR)/kernel-build.mk + +$(eval $(call BuildKernel)) -- cgit v1.2.3