Root/target/linux/ubicom32/Makefile

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#
7include $(TOPDIR)/rules.mk
8
9#Add target specific (nommu) flags
10TARGET_CFLAGS+= -DNO_FORK
11
12ARCH:=ubicom32
13BOARD:=ubicom32
14BOARDNAME:=Ubicom IPxx
15FEATURES:=nommu ramdisk broken
16
17LINUX_VERSION:=2.6.30.10
18
19include $(INCLUDE_DIR)/target.mk
20
21KERNEL_MAKEOPTS += LDFLAGS_BUILD_ID=""
22
23define Target/Description
24    Build firmware images for Ubicom based routers and media devices.
25endef
26
27$(eval $(call BuildTarget))
28

Archive Download this file



interactive