aeaa682ff56b2ed8d4ff43df5be6c05c2937b18e
[openwrt/svn-archive/archive.git] / target / linux / omap24xx / Makefile
1 #
2 # Copyright (C) 2010 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 ARCH:=arm
10 BOARD:=omap24xx
11 BOARDNAME:=TI OMAP-24xx
12 FEATURES:=squashfs jffs2
13
14 LINUX_VERSION:=2.6.35
15
16 define Target/Description
17 TI OMAP-24xx
18 endef
19
20 include $(INCLUDE_DIR)/target.mk
21
22 $(eval $(call BuildTarget))