1
0

Move atags support to be ARM arch-specific

This commit is contained in:
2012-12-24 12:40:30 -05:00
parent ed52a8af5c
commit 62755b8f38
5 changed files with 24 additions and 17 deletions

View File

@ -3,8 +3,7 @@ SUBDIRS :=
include $(BASEDIR)/header.mk
OBJS_$(d) := $(d)/atags.o \
$(d)/console.o \
OBJS_$(d) := $(d)/console.o \
$(d)/font.o \
$(d)/framebuffer.o \
$(d)/init.o \