cobalt: do not build userland with support for mips1
[openwrt/staging/lynxis/omap.git] / target / linux / cobalt / Makefile
1 #
2 # Copyright (C) 2009-2011 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=mipsel
10 BOARD:=cobalt
11 BOARDNAME:=Cobalt Microservers
12 FEATURES:=targz pci ext4 display
13 CPU_TYPE := 5k
14 CPU_CFLAGS_5k := -march=r5000
15 MAINTAINER:=Florian Fainelli <florian@openwrt.org>
16
17 LINUX_VERSION:=3.3.8
18
19 include $(INCLUDE_DIR)/target.mk
20
21 define Target/Description
22 Build firmware images for Cobalt servers systems (Qube/Qube2/RaQ/RaQ2).
23 endef
24
25 $(eval $(call BuildTarget))