diff options
Diffstat (limited to 'target/linux/uml-2.6/Makefile')
-rw-r--r-- | target/linux/uml-2.6/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/uml-2.6/Makefile b/target/linux/uml-2.6/Makefile index 25624108ab..089ef58581 100644 --- a/target/linux/uml-2.6/Makefile +++ b/target/linux/uml-2.6/Makefile @@ -24,6 +24,10 @@ FEATURES:=broken LINUX_CONFIG:=$(CURDIR)/config/$(ARCH) include $(INCLUDE_DIR)/kernel-build.mk + +# include the profiles +-include profiles/*.mk + endif $(eval $(call BuildKernel)) |