summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-12-23 15:03:53 -0500
committerMike Frysinger <vapier@gentoo.org>2011-04-08 00:44:26 -0400
commit80528a7848773c304c95751d96388fd2af939189 (patch)
treefc37295dad797c0118a6fcb069538d16923fb3ed
parentfbcf8e8c753d1afa8a22b9e8d66bafe8b4a05f18 (diff)
downloadblackbird-obmc-uboot-80528a7848773c304c95751d96388fd2af939189.tar.gz
blackbird-obmc-uboot-80528a7848773c304c95751d96388fd2af939189.zip
Blackfin: bf527-sdp: update custom CFLAGS paths
Looks like the filesystem shuffling missed the SDP board. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--board/bf527-sdp/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/bf527-sdp/config.mk b/board/bf527-sdp/config.mk
index ce8f75cadc..727177402f 100644
--- a/board/bf527-sdp/config.mk
+++ b/board/bf527-sdp/config.mk
@@ -23,8 +23,8 @@
# MA 02111-1307 USA
#
-CFLAGS_lib_generic += -O2
-CFLAGS_lzma += -O2
+CFLAGS_lib += -O2
+CFLAGS_lib/lzma += -O2
# Set some default LDR flags based on boot mode.
LDR_FLAGS-BFIN_BOOT_PARA := --bits 16 --dma 6
OpenPOWER on IntegriCloud