remove kernel patch for now since it is incomplete and has some licensing issues
[openwrt/openwrt.git] / target / linux / ubicom32 / Makefile
1 #
2 # Copyright (C) 2006-2009 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 #Add target specific (nommu) flags
10 TARGET_CFLAGS+= -DNO_FORK
11
12 ARCH:=ubicom32
13 BOARD:=ubicom32
14 BOARDNAME:=Ubicom IPxx
15 FEATURES:=nommu ramdisk
16 CFLAGS:=-Os -pipe -march=ubicom32v4 -funit-at-a-time
17
18 LINUX_VERSION:=2.6.28.10
19
20 include $(INCLUDE_DIR)/target.mk
21
22 KERNEL_MAKEOPTS += LDFLAGS_BUILD_ID=""
23
24 define Target/Description
25 Build firmware images for Ubicom based routers and media devices.
26 endef
27
28 $(eval $(call BuildTarget))