Skip to content

Commit eddbbe1

Browse files
committed
Added SD card support
1 parent 51be479 commit eddbbe1

File tree

3 files changed

+2236
-3
lines changed

3 files changed

+2236
-3
lines changed

kernel/Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
all: libkernel.a
33

44
OBJS = \
5-
platform.o \
6-
fb.o \
7-
console.o \
85
audio.o \
6+
console.o \
7+
emmc.o \
8+
fb.o \
9+
platform.o \
910
wiring.o
1011

1112
-include common.mk

0 commit comments

Comments
 (0)