6db4831e98
Android 14
11 lines
148 B
Makefile
11 lines
148 B
Makefile
#
|
|
# core part of the sparc kernel
|
|
#
|
|
|
|
obj-y += kernel/
|
|
obj-y += mm/
|
|
obj-y += math-emu/
|
|
obj-y += net/
|
|
obj-y += crypto/
|
|
obj-$(CONFIG_SPARC64) += vdso/
|