X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fat91-2.6%2FMakefile;fp=target%2Flinux%2Fat91-2.6%2FMakefile;h=982a91139fcac8cd7cd5214f4e6a41a26eb84984;hb=8c908094d228121fe9c68ff19b01f41ec4200b98;hp=0000000000000000000000000000000000000000;hpb=0c97f1fe58f63b522438b1e6ea1dbe3cf329a763;p=openwrt-10.03%2F.git diff --git a/target/linux/at91-2.6/Makefile b/target/linux/at91-2.6/Makefile new file mode 100644 index 000000000..982a91139 --- /dev/null +++ b/target/linux/at91-2.6/Makefile @@ -0,0 +1,24 @@ +# +# 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:=at91 +BOARDNAME:=AT91 +FEATURES:=squashfs + +define Target/Description + Build fimware images for Figment Design Labs VersaLink board. +endef + +include $(INCLUDE_DIR)/kernel-build.mk + +#include the profiles +-include profiles/*.mk + +KERNELNAME:="uImage" +$(eval $(call BuildKernel))