Files

10 lines
117 B
Makefile
Raw Permalink Normal View History

2023-05-02 09:58:35 +02:00
#
# core part of the sparc kernel
#
obj-y += kernel/
obj-y += mm/
obj-y += math-emu/
obj-y += net/
obj-y += crypto/