diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-12-23 15:03:53 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-04-08 00:44:26 -0400 |
commit | 80528a7848773c304c95751d96388fd2af939189 (patch) | |
tree | fc37295dad797c0118a6fcb069538d16923fb3ed | |
parent | fbcf8e8c753d1afa8a22b9e8d66bafe8b4a05f18 (diff) | |
download | u-boot-imx-80528a7848773c304c95751d96388fd2af939189.zip u-boot-imx-80528a7848773c304c95751d96388fd2af939189.tar.gz u-boot-imx-80528a7848773c304c95751d96388fd2af939189.tar.bz2 |
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.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/bf527-sdp/config.mk b/board/bf527-sdp/config.mk index ce8f75c..7271774 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 |