From: David Given Date: Wed, 22 May 2013 08:47:22 +0000 (+0100) Subject: Build the Raspberry Pi code. X-Git-Tag: release-6-0-pre-5~10^2~51 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0068952bd1f0230cab4602bae6b863996ba0c872;p=ack.git Build the Raspberry Pi code. --HG-- branch : dtrg-videocore --- diff --git a/Makefile b/Makefile index e203d3243..dbac9cabd 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,8 @@ CFLAGS += \ LDFLAGS += +ACKFLAGS = -Ih + all: installables .DELETE_ON_ERROR: @@ -101,6 +103,7 @@ include mach/i386/build.mk include mach/i86/build.mk include mach/m68020/build.mk # include mach/powerpc/build.mk +include mach/vc4/build.mk include plat/build.mk include plat/pc86/build.mk @@ -108,6 +111,7 @@ include plat/cpm/build.mk include plat/linux386/build.mk include plat/linux68k/build.mk # include plat/linuxppc/build.mk +include plat/rpi/build.mk .PHONY: installables installables: $(INSTALLABLES) diff --git a/README b/README index d6a56b050..52abe73be 100644 --- a/README +++ b/README @@ -32,6 +32,7 @@ pc86 produces bootable floppy disk images for 8086 PCs linux386 produces ELF executables for PC Linux systems linux68k produces ELF executables for m68020 Linux systems cpm produces i80 CP/M .COM files +rpi produces Raspberry Pi GPU binaries INSTALLATION @@ -124,7 +125,7 @@ GOTCHAS There are some things you should be aware of. -- Look at plat//README for information about the two supported +- Look at plat//README for information about the supported platforms. - The library support is fairly limited; for C, it's at roughly the ANSI C