Kbuild (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Kbuild (9a08862a5d2e266ecea1865547463da2745fc687) |
---|---|
1# 2# core part of the sparc kernel 3# 4 5obj-y += kernel/ 6obj-y += mm/ 7obj-y += math-emu/ 8obj-y += net/ 9obj-y += crypto/ | 1# 2# core part of the sparc kernel 3# 4 5obj-y += kernel/ 6obj-y += mm/ 7obj-y += math-emu/ 8obj-y += net/ 9obj-y += crypto/ |
10obj-$(CONFIG_SPARC64) += vdso/ |
|