add missing include of pci_errata.h

enable -O2 optimization
This commit is contained in:
Markus Fröschle
2016-04-04 19:04:15 +00:00
parent a409f40593
commit f06bf5fe8e
2 changed files with 2 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ endif
INCLUDE=-Iinclude INCLUDE=-Iinclude
CFLAGS= -Wall \ CFLAGS= -Wall \
-O2 \
-fomit-frame-pointer \ -fomit-frame-pointer \
-ffreestanding \ -ffreestanding \
-fleading-underscore \ -fleading-underscore \

View File

@@ -26,6 +26,7 @@
#include <MCF5475.h> #include <MCF5475.h>
#include "pci.h" #include "pci.h"
#include "pci_errata.h"
#include "bas_types.h" #include "bas_types.h"
#include "bas_printf.h" #include "bas_printf.h"
#include "bas_string.h" #include "bas_string.h"