.EXPORT_ALL_VARIABLES: ############################################################################ # # Vendor specific settings # ifeq ($(ROOTDIR)/boot,$(wildcard $(ROOTDIR)/boot)) VENDOR_TOPDIRS = boot endif VERSIONPKG := 3.0.0p0 VERSIONSTR = $(CONFIG_VENDOR)/$(CONFIG_PRODUCT) Version $(VERSIONPKG) include $(ROOTDIR)/vendors/config/config.languages ############################################################################ ENDIAN := big CPUFLAGS := -mbig-endian CPULDFLAGS := -EB KERNEL_EXTRA_CFLAGS = -DCONFIG_IVPN_20MHZ=1 VENDOR_CFLAGS = -DCONFIG_SNAPGEAR -DCONFIG_IVPN_20MHZ=1 BOOTFLAGS = -DCONFIG_IVPN_20MHZ=1 BUILD_NETtel = 1 LINUXTARGET = zImage ############################################################################ include $(ROOTDIR)/vendors/config/arm/config.arch ############################################################################