| 1 | # |
| 2 | # Copyright (C) 2006-2008 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 | |
| 17 | LINUX_VERSION:=2.6.30.10 |
| 18 | |
| 19 | include $(INCLUDE_DIR)/target.mk |
| 20 | |
| 21 | KERNEL_MAKEOPTS += LDFLAGS_BUILD_ID="" |
| 22 | |
| 23 | define Target/Description |
| 24 | Build firmware images for Ubicom based routers and media devices. |
| 25 | endef |
| 26 | |
| 27 | $(eval $(call BuildTarget)) |
| 28 | |