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,7 +3,8 @@ SUBDIRS :=
include $(BASEDIR)/header.mk
OBJS_$(d) := $(d)/mmu.o
OBJS_$(d) := $(d)/atags.o \
$(d)/mmu.o
KOBJS += $(OBJS_$(d))