You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
388 B
17 lines
388 B
# nanokernel |
|
ifeq (${vGOAL_NEEDS_TARGET_SETUP},y) |
|
include ${vBASE}/arch/${vARCH}/defs.objs |
|
endif |
|
|
|
# microkernel |
|
iDEFS_OBJS_MICROKERNEL_y = ${vBASE}/kernel/microkernel/defs.objs |
|
include ${iDEFS_OBJS_MICROKERNEL_${CONFIG_MICROKERNEL}} |
|
|
|
# networking |
|
include ${vBASE}/net/defs.objs |
|
|
|
# utilities |
|
include ${vBASE}/kernel/common/util/defs.objs |
|
|
|
# miscellaneous |
|
include ${vBASE}/misc/defs.objs
|
|
|