1
0
mirror of git://projects.qi-hardware.com/iris.git synced 2025-04-21 12:27:27 +03:00

working fat system on sd card

This commit is contained in:
Bas Wijnen
2010-06-06 23:03:25 +02:00
parent 6bf41032d8
commit 8968030551
26 changed files with 1343 additions and 272 deletions

View File

@@ -23,7 +23,7 @@ CC = $(CROSS)gcc
LD = $(CROSS)ld
OBJCOPY = $(CROSS)objcopy
headers = kernel.hh iris.hh devices.hh ui.hh $(arch_headers)
headers = kernel.hh iris.hh devices.hh ui.hh keys.hh $(arch_headers)
iris_sources = panic.cc data.cc alloc.cc memory.cc invoke.cc schedule.cc $(arch_iris_sources)
BUILT_SOURCES = $(iris_sources) $(boot_sources)