diff options
Diffstat (limited to 'target/linux/pxa-2.6/Makefile')
-rw-r--r-- | target/linux/pxa-2.6/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/pxa-2.6/Makefile b/target/linux/pxa-2.6/Makefile index 94e9601b92..76ca28e37c 100644 --- a/target/linux/pxa-2.6/Makefile +++ b/target/linux/pxa-2.6/Makefile @@ -17,4 +17,7 @@ endef include $(INCLUDE_DIR)/kernel-build.mk +# include the profiles +-include profiles/*.mk + $(eval $(call BuildKernel)) |