This commit creates all the Makefiles that describe the object- bundles for the arch directory and every sub-directory below. Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com> Change-Id: Icb4ebcfc430a132e514507149ad5ab6878eeed64
6 lines
78 B
Makefile
6 lines
78 B
Makefile
ifeq (${ARCH},arm)
|
|
obj-y += arm/
|
|
endif
|
|
ifeq (${ARCH},x86)
|
|
obj-y += x86/
|
|
endif
|