X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fat91%2FMakefile;h=7a9a1adcc34bf9ed5a94aebe41c1284952f2b399;hb=6db7ad74f61eeaae0c8ecb08d483599d9d80c53f;hp=f8ca6f6be37d05b6021a28b6050b6d4d4e6011cb;hpb=ac8f9434660b88d0f9686bed3e0bfd5b0adf1788;p=10.03%2Fopenwrt.git diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index f8ca6f6be..7a9a1adcc 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -14,14 +14,15 @@ FEATURES:=squashfs usb #LINUX_VERSION:=2.6.21.5 LINUX_VERSION:=2.6.22.4 +include $(INCLUDE_DIR)/target.mk + +KERNELNAME:="uImage" + 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)) +$(eval $(call BuildTarget))