Build the Raspberry Pi code.

--HG--
branch : dtrg-videocore
This commit is contained in:
David Given 2013-05-22 09:47:22 +01:00
parent 6b5316dcfa
commit 0068952bd1
2 changed files with 6 additions and 1 deletions

View file

@ -54,6 +54,8 @@ CFLAGS += \
LDFLAGS += LDFLAGS +=
ACKFLAGS = -Ih
all: installables all: installables
.DELETE_ON_ERROR: .DELETE_ON_ERROR:
@ -101,6 +103,7 @@ include mach/i386/build.mk
include mach/i86/build.mk include mach/i86/build.mk
include mach/m68020/build.mk include mach/m68020/build.mk
# include mach/powerpc/build.mk # include mach/powerpc/build.mk
include mach/vc4/build.mk
include plat/build.mk include plat/build.mk
include plat/pc86/build.mk include plat/pc86/build.mk
@ -108,6 +111,7 @@ include plat/cpm/build.mk
include plat/linux386/build.mk include plat/linux386/build.mk
include plat/linux68k/build.mk include plat/linux68k/build.mk
# include plat/linuxppc/build.mk # include plat/linuxppc/build.mk
include plat/rpi/build.mk
.PHONY: installables .PHONY: installables
installables: $(INSTALLABLES) installables: $(INSTALLABLES)

3
README
View file

@ -32,6 +32,7 @@ pc86 produces bootable floppy disk images for 8086 PCs
linux386 produces ELF executables for PC Linux systems linux386 produces ELF executables for PC Linux systems
linux68k produces ELF executables for m68020 Linux systems linux68k produces ELF executables for m68020 Linux systems
cpm produces i80 CP/M .COM files cpm produces i80 CP/M .COM files
rpi produces Raspberry Pi GPU binaries
INSTALLATION INSTALLATION
@ -124,7 +125,7 @@ GOTCHAS
There are some things you should be aware of. There are some things you should be aware of.
- Look at plat/<PLATFORMNAME>/README for information about the two supported - Look at plat/<PLATFORMNAME>/README for information about the supported
platforms. platforms.
- The library support is fairly limited; for C, it's at roughly the ANSI C - The library support is fairly limited; for C, it's at roughly the ANSI C