2 # Copyright (C) 2006-2009 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
9 #Add target specific (nommu) flags
10 TARGET_CFLAGS
+= -DNO_FORK
14 BOARDNAME
:=Ubicom IPxx
15 FEATURES
:=nommu ramdisk
16 CFLAGS
:=-Os
-pipe
-march
=ubicom32v4
-funit-at-a-time
18 LINUX_VERSION
:=2.6.28.10
20 include $(INCLUDE_DIR
)/target.mk
22 KERNEL_MAKEOPTS
+= LDFLAGS_BUILD_ID
=""
24 define Target
/Description
25 Build firmware images for Ubicom based routers and media devices.
28 $(eval
$(call BuildTarget
))