added programmed XLBUS arbiter master priorities

This commit is contained in:
Markus Fröschle
2013-11-12 09:50:17 +00:00
parent bd4f85b07d
commit 7bd0a5f1a3
2 changed files with 21 additions and 5 deletions

View File

@@ -31,12 +31,13 @@ RANLIB=$(TCPREFIX)ranlib
NATIVECC=gcc
INCLUDE=-Iinclude
CFLAGS=-mcpu=5474\
-Wall\
CFLAGS=-mcpu=5474 \
-Wall \
-Os \
-g \
-fomit-frame-pointer\
-ffreestanding\
-fleading-underscore\
-fomit-frame-pointer \
-ffreestanding \
-fleading-underscore \
-Wa,--register-prefix-optional
SRCDIR=sources