.EXPORT_ALL_VARIABLES: ############################################################################ # # Vendor specific settings # ifeq ($(ROOTDIR)/boot,$(wildcard $(ROOTDIR)/boot)) VENDOR_TOPDIRS = boot endif #Get the version. include $(ROOTDIR)/vendors/$(CONFIG_VENDOR)/config.version # To override the vendor-global version do something like: # VERSIONPKG = 2.3.5u1 HW_VENDOR = SnapGear HW_PRODUCT = SnapGearSME530 include $(ROOTDIR)/vendors/config/config.languages ############################################################################ CPUFLAGS = -m4 -ml VENDOR_CFLAGS = -DCONFIG_SNAPGEAR GLIBC_TARGET_OPTS = --host=sh4-linux --enable-static-nss DISABLE_SHARED_SSL= yes ############################################################################ include $(ROOTDIR)/vendors/config/sh/config.arch ############################################################################