Files
2023-05-02 09:58:35 +02:00

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/