10 lines
117 B
Makefile
10 lines
117 B
Makefile
#
|
|
# core part of the sparc kernel
|
|
#
|
|
|
|
obj-y += kernel/
|
|
obj-y += mm/
|
|
obj-y += math-emu/
|
|
obj-y += net/
|
|
obj-y += crypto/
|