1
0

arch/arm: Separate out architecture-specifics

This commit is contained in:
2012-10-14 23:02:14 -04:00
parent 03dfa30b70
commit a1fb385d97
10 changed files with 58 additions and 7 deletions

View File

@ -12,7 +12,6 @@ OBJS_$(d) := $(d)/atags.o \
$(d)/list.o \
$(d)/math.o \
$(d)/mm.o \
$(d)/mmu.o \
$(d)/print.o
KOBJS += $(OBJS_$(d))