X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=target%2Flinux%2Fpxa%2FMakefile;h=ad44af27e47dad02aa91c00f55306a21f7225496;hp=3e0e6cd3b33d945db9c1b8cea3f7edd3e8741a07;hb=6db7ad74f61eeaae0c8ecb08d483599d9d80c53f;hpb=ac8f9434660b88d0f9686bed3e0bfd5b0adf1788 diff --git a/target/linux/pxa/Makefile b/target/linux/pxa/Makefile index 3e0e6cd3b..ad44af27e 100644 --- a/target/linux/pxa/Makefile +++ b/target/linux/pxa/Makefile @@ -13,13 +13,13 @@ FEATURES:=jffs2 broken LINUX_VERSION:=2.6.21.5 +include $(INCLUDE_DIR)/target.mk + define Target/Description Stub for boards based on intel PXA endef -include $(INCLUDE_DIR)/kernel-build.mk - # include the profiles -include profiles/*.mk -$(eval $(call BuildKernel)) +$(eval $(call BuildTarget))