.EXPORT_ALL_VARIABLES: ############################################################################ # # Vendor specific settings # ifeq ($(ROOTDIR)/boot,$(wildcard $(ROOTDIR)/boot)) VENDOR_TOPDIRS = boot endif ############################################################################ CPUFLAGS = -m3 -ml VENDOR_CFLAGS = -DCONFIG_SNAPGEAR GLIBC_TARGET_OPTS = --host=sh3-linux --enable-static-nss ############################################################################ include $(ROOTDIR)/vendors/config/sh/config.arch ############################################################################