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 fe32cf2252
commit 2519ef877d
2 changed files with 2 additions and 0 deletions

View File

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

View File

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