mirror of
git://projects.qi-hardware.com/iris.git
synced 2025-04-21 12:27:27 +03:00
add partial nand and sd/mmc drivers
This commit is contained in:
6
Makefile
6
Makefile
@@ -23,7 +23,7 @@ CC = $(CROSS)gcc
|
||||
LD = $(CROSS)ld
|
||||
OBJCOPY = $(CROSS)objcopy
|
||||
|
||||
headers = kernel.hh iris.hh ui.hh $(arch_headers)
|
||||
headers = kernel.hh iris.hh devices.hh ui.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)
|
||||
|
||||
@@ -59,7 +59,7 @@ clean:
|
||||
|
||||
debug:
|
||||
stty -F $(SERIAL) raw 9600
|
||||
cat $(SERIAL)
|
||||
while : ; do cat $(SERIAL) ; done
|
||||
|
||||
.PHONY: clean
|
||||
.PRECIOUS: iris.hh kernel.hh ui.hh boot-programs/crt0.o
|
||||
.PRECIOUS: $(headers) boot-programs/crt0.o source/crt0.o
|
||||
|
||||
Reference in New Issue
Block a user