diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2012-02-08 10:21:48 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2012-02-08 10:21:48 +0000 |
commit | bd8683ac93dfcb6cbdfe1d041f52d3bafef4278b (patch) | |
tree | 3d667fd02e40ffbece5cda5bd664404d82914f9b /target/linux/omap4 | |
parent | 8099f4e0d3af85af483dc8755b5d3f005ba092fb (diff) | |
download | upstream-bd8683ac93dfcb6cbdfe1d041f52d3bafef4278b.tar.gz upstream-bd8683ac93dfcb6cbdfe1d041f52d3bafef4278b.tar.bz2 upstream-bd8683ac93dfcb6cbdfe1d041f52d3bafef4278b.zip |
add audio and display features
SVN-Revision: 30370
Diffstat (limited to 'target/linux/omap4')
-rw-r--r-- | target/linux/omap4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap4/Makefile b/target/linux/omap4/Makefile index d6b3fb9a6a..16a5a34ef0 100644 --- a/target/linux/omap4/Makefile +++ b/target/linux/omap4/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=omap4 BOARDNAME:=TI OMAP4 -FEATURES:=usb targz +FEATURES:=usb targz audio display LINUX_VERSION:=3.2.2 CFLAGS:=-Os -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp |