OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / vendors / McAfee / SG560U / config.arch
1 ############################################################################
2
3 ifeq ($(ROOTDIR)/boot,$(wildcard $(ROOTDIR)/boot))
4 VENDOR_TOPDIRS = boot
5 endif
6
7 VENDOR_CFLAGS = -DCONFIG_SNAPGEAR
8
9 LINUXTARGET = zImage
10
11 #Get the version.
12 include $(ROOTDIR)/vendors/$(CONFIG_VENDOR)/config.version
13
14 # To override the vendor-global version do something like:
15 # VERSIONPKG = 2.3.5u1
16
17 HW_VENDOR = SecureComputing
18 HW_PRODUCT = SG560-USB
19 VERSIONSTR = $(CONFIG_VENDOR)/$(CONFIG_PRODUCT) Version $(VERSIONPKG)
20
21 ############################################################################
22
23 include $(ROOTDIR)/vendors/config/arm/xscale.arch
24
25 RELFILES += images/configs.tar.gz
26
27 ############################################################################