Move lib_$ARCH directories to arch/$ARCH/lib
Also move lib_$ARCH/config.mk to arch/$ARCH/config.mk This change is intended to clean up the top-level directory structure and more closely mimic Linux's directory organization. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
committed by
Wolfgang Denk
parent
89f39e177e
commit
ea0364f1bb
@@ -114,7 +114,7 @@ sinclude $(OBJTREE)/include/autoconf.mk
|
||||
# so calculate CPUDIR before including ARCH/SOC/CPU config.mk files.
|
||||
CPUDIR=cpu/$(CPU)
|
||||
|
||||
sinclude $(TOPDIR)/lib_$(ARCH)/config.mk # include architecture dependend rules
|
||||
sinclude $(TOPDIR)/arch/$(ARCH)/config.mk # include architecture dependend rules
|
||||
sinclude $(TOPDIR)/$(CPUDIR)/config.mk # include CPU specific rules
|
||||
|
||||
ifdef SOC
|
||||
|
||||
Reference in New Issue
Block a user