From 1acfd6b39d30a52c670263db50468590b8661f58 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Sun, 21 Apr 2002 22:06:12 +0000 Subject: Alan's ATA code, or what's left of it after I have laid my grubby little hands on it. :-) It compiles, but it probably doesn't work... Also, a stub for future kernel code. A sleep() and a dummy yield(), just so we can start to use them in other code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@163 a1c6a512-1295-4272-9138-f99709370657 --- firmware/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/Makefile') diff --git a/firmware/Makefile b/firmware/Makefile index 636f48094a..22f342a259 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -27,6 +27,8 @@ AFLAGS += -small -relax SRC := $(wildcard *.c) OBJS := $(SRC:%.c=%.o) +OBJS := button.o chartables.o lcd.o led.o serial.o system.o ata.o kernel.o + %.o: %.s $(CC) -o $@ $(CFLAGS) $(INCLUDES) $(DEFS) -c $< -- cgit v1.2.3