7 lines
78 B
Makefile
7 lines
78 B
Makefile
|
ifeq (${ARCH},arm)
|
||
|
obj-y += arm/
|
||
|
endif
|
||
|
ifeq (${ARCH},x86)
|
||
|
obj-y += x86/
|
||
|
endif
|