diff options
Diffstat (limited to 'target/linux/pxa/Makefile')
-rw-r--r-- | target/linux/pxa/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/pxa/Makefile b/target/linux/pxa/Makefile index 3e0e6cd3b3..ad44af27e4 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)) |