From 27b76ab0671089c47506615a796a261e993896a7 Mon Sep 17 00:00:00 2001 From: James <> Date: Sun, 17 Mar 2013 12:16:37 +0000 Subject: fish --- .../linux/omap4/.svn/text-base/Makefile.svn-base | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 target/linux/omap4/.svn/text-base/Makefile.svn-base (limited to 'target/linux/omap4/.svn/text-base/Makefile.svn-base') diff --git a/target/linux/omap4/.svn/text-base/Makefile.svn-base b/target/linux/omap4/.svn/text-base/Makefile.svn-base new file mode 100644 index 0000000..f513144 --- /dev/null +++ b/target/linux/omap4/.svn/text-base/Makefile.svn-base @@ -0,0 +1,31 @@ +# +# Copyright (C) 2012 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# +include $(TOPDIR)/rules.mk + +ARCH:=arm +BOARD:=omap4 +BOARDNAME:=TI OMAP4 +FEATURES:=usb targz audio display + +LINUX_VERSION:=3.3.8 + +CFLAGS:=-Os -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp +MAINTAINER:=Imre Kaloz + +KERNELNAME:="uImage" + +DEFAULT_PACKAGES += uboot-omap4-omap4_panda + +DEVICE_TYPE=developerboard + +define Target/Description + TI OMAP4 +endef + +include $(INCLUDE_DIR)/target.mk + +$(eval $(call BuildTarget)) -- cgit v1.2.3