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
11 BOARDNAME
:=Foxboard
(ETRAX
100LX
)
12 FEATURES
:=squashfs jffs2
13 LINUX_VERSION
:=2.6.30.9
16 include $(INCLUDE_DIR
)/target.mk
20 define Target
/Description
21 Build firmware images for the FOXBOARD made by acmesystems.it
25 $(call Kernel
/Prepare
/Default
)
26 mkdir
-p
$(LINUX_DIR
)/include/asm-cris
27 $(CP
) $(LINUX_DIR
)/arch
/cris
/include/asm
/*.h
$(LINUX_DIR
)/include/asm-cris
28 mkdir
-p
$(LINUX_DIR
)/include/asm-cris
/arch
29 $(CP
) $(LINUX_DIR
)/arch
/cris
/include/arch-v10
/arch
/*.h
$(LINUX_DIR
)/include/asm-cris
/arch
32 $(eval
$(call BuildTarget
))