Fixed build
diff --git a/Makefile b/Makefile
index d2bc1a7..6f40d30 100644
--- a/Makefile
+++ b/Makefile
@@ -136,8 +136,8 @@
 # The "tools" are needed early, so put this first
 # Don't include stuff already done in $(LIBS)
 SUBDIRS	= tools \
-	  examples/standalone \
-	  examples/api
+#	  examples/standalone \
+#	  examples/api
 
 .PHONY : $(SUBDIRS)
 
diff --git a/board/ACube/Sam460ex/Sam460ex.c b/board/ACube/Sam460ex/Sam460ex.c
index a0068a4..4d5b953 100644
--- a/board/ACube/Sam460ex/Sam460ex.c
+++ b/board/ACube/Sam460ex/Sam460ex.c
@@ -44,8 +44,8 @@
 #ifdef SAMLOGO
 #include "../common/logo_acube.h"
 #else
-#define LOGO_WIDTH 176

-#define LOGO_HEIGHT 48

+#define LOGO_WIDTH 176
+#define LOGO_HEIGHT 48
 unsigned char logo_acube[LOGO_WIDTH * LOGO_HEIGHT] = { 0 };
 #endif
 
@@ -65,7 +65,7 @@
 extern u32 *fb_base_phys_sm502;
 extern unsigned char SM502INIT;
 extern pci_dev_t dev_sm502;
-extern struct FrameBufferInfo *fbi = NULL;
+extern struct FrameBufferInfo *fbi;
 
 unsigned char SM502 = 0;
 struct pci_controller *ppc460_hose = NULL;