diff options
Diffstat (limited to 'target/linux/sibyte-2.6/Makefile')
-rw-r--r-- | target/linux/sibyte-2.6/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/sibyte-2.6/Makefile b/target/linux/sibyte-2.6/Makefile index 364d116d4d..28b3302750 100644 --- a/target/linux/sibyte-2.6/Makefile +++ b/target/linux/sibyte-2.6/Makefile @@ -12,4 +12,8 @@ BOARDNAME:=SiByte MIPS FEATURES:=broken include $(INCLUDE_DIR)/kernel-build.mk + +# include the profiles +-include profiles/*.mk + $(eval $(call BuildKernel)) |