############################################################################ .EXPORT_ALL_VARIABLES: ############################################################################ # # Vendor specific settings # BUILD_NETtel = 1 KERNEL_EXTRA_CFLAGS = -DCONFIG_GEODE -DCONFIG_SE2910 VENDOR_CFLAGS = -DCONFIG_GEODE -DCONFIG_SECUREEDGE -DCONFIG_NETtel -DCONFIG_X86 BOOTFLAGS = -DCONFIG_SC1100=1 -DCONFIG_HD_BOOT=1 -DCONFIG_TFTPLOADER=1 \ -DCONFIG_SE2910=1 -DCONFIG_PCMCIA=1 -DCONFIG_AMD_BOOT=1 RELFILES = boot/x86/sc1100-bios.bin \ images/se2910-CF-64MB.sgu \ images/se2910-CF-128MB.sgu \ images/se2910-CF-recover.bin ############################################################################ include $(ROOTDIR)/vendors/config/i386/config.arch ############################################################################