getvar "$(call shvar,Profile/$(1)/Description)"; \
echo "@@"; \
echo;
- ifeq ($(CONFIG_TARGET_$(call target_conf,$(BOARD)_$(if $(2),$(2)_)$(1))),y)
+ ifeq ($(CONFIG_TARGET_$(call target_conf,$(BOARD)_$(if $(SUBTARGET),$(SUBTARGET)_)$(1))),y)
PROFILE=$(1)
endif
endef
-$(eval $(call shexport,Target/Description))
+-include $(PLATFORM_DIR)/profiles/*.mk
+ifneq ($(PLATFORM_DIR),$(PLATFORM_SUBDIR))
+ -include $(PLATFORM_SUBDIR)/profiles/*.mk
+endif
+$(eval $(call shexport,Target/Description))
include $(INCLUDE_DIR)/kernel-version.mk
KERNELNAME:="uImage"
-# include the profiles
--include profiles/*.mk
-
$(eval $(call BuildTarget))
Build firmware images for the AMCC Taishan evaluation board
endef
-# include the profiles
--include profiles/*.mk
-
$(eval $(call BuildTarget))
Build firmware images for TI AR7 based routers
endef
--include profiles/*.mk
-
$(eval $(call BuildTarget))
Build fimware images for Figment Design Labs VersaLink board.
endef
-#include the profiles
--include profiles/*.mk
-
$(eval $(call BuildTarget))
Build firmware images for Atheros SoC boards
endef
-# include the profiles
--include profiles/*.mk
-
$(eval $(call BuildTarget))
$(CP) $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.srec $(LINUX_DIR)/zImage.srec
endef
-# include the profiles
--include profiles/*.mk
-
$(eval $(call BuildTarget))
Build firmware images for ATNGW100 board
endef
-#include the profiles
--include profiles/*.mk
-
$(eval $(call BuildTarget))
(e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G)
endef
-# include the profiles
--include profiles/*.mk
-
$(eval $(call BuildTarget))
(e.g. Netgear WGT634U)
endef
-# include the profiles
--include profiles/*.mk
-
$(eval $(call BuildTarget))
(e.g. Inventel Livebox, Siemens SE515)
endef
-# include the profiles
--include profiles/*.mk
-
$(eval $(call BuildTarget))
$(call Kernel/Prepare/Fox)
endef
-#include the profiles
--include profiles/*.mk
-
$(eval $(call BuildTarget))
$(eval $(call RequireCommand,/usr/local/cris/gcc-cris, \
Please install the binary cris toolchain. \
include $(INCLUDE_DIR)/target.mk
-# include the profiles
--include profiles/*.mk
-
$(eval $(call BuildTarget))
include $(INCLUDE_DIR)/target.mk
-# include the profiles
--include profiles/*.mk
-
$(eval $(call BuildTarget))
include $(INCLUDE_DIR)/target.mk
-# include the profiles
--include profiles/*.mk
-
$(eval $(call BuildTarget))
Stub for boards based on intel PXA
endef
-# include the profiles
--include profiles/*.mk
-
$(eval $(call BuildTarget))
include $(INCLUDE_DIR)/target.mk
-# include the profiles
--include profiles/*.mk
-
$(eval $(call BuildTarget))
endef
endif
-# include the profiles
--include profiles/*.mk
-
$(eval $(call BuildTarget))
include $(INCLUDE_DIR)/target.mk
-# include the profiles
--include profiles/*.mk
-
$(eval $(call BuildTarget))
include $(INCLUDE_DIR)/target.mk
-# include the profiles
--include profiles/*.mk
-
endif
$(eval $(call BuildTarget))
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci
-# include the profiles
--include profiles/*.mk
-
$(eval $(call BuildTarget))