X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fopenmoko%2FMakefile;fp=target%2Flinux%2Fopenmoko%2FMakefile;h=22bfaea57f27594112357d2de58bd1e3f71fbd65;hp=0000000000000000000000000000000000000000;hb=e2fb36c8659874c361a99e3e4255f660acbae7a2;hpb=1e9300de8b1d263a95e7aa9efe6ac797309d5ae4 diff --git a/target/linux/openmoko/Makefile b/target/linux/openmoko/Makefile new file mode 100644 index 0000000000..22bfaea57f --- /dev/null +++ b/target/linux/openmoko/Makefile @@ -0,0 +1,24 @@ +# +# Copyright (C) 2008 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:=openmoko +BOARDNAME:=Openmoko +FEATURES:=squashfs usb + +LINUX_VERSION:=2.6.24.7 + +include $(INCLUDE_DIR)/target.mk + +KERNELNAME:="uImage" + +define Target/Description + Build fimware images for the Openmoko Smartphone. +endef + +$(eval $(call BuildTarget))