Changeset 667 for trunk/kernel/Makefile
- Timestamp:
- Oct 10, 2020, 5:35:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/Makefile
r657 r667 83 83 build/kern/process.o \ 84 84 build/kern/chdev.o \ 85 build/kern/ socket.o\85 build/kern/ksocket.o \ 86 86 build/kern/cluster.o \ 87 87 build/kern/scheduler.o \ … … 293 293 # Rule to generate kernel.elf 294 294 build/kernel.elf: $(KERN_OBJS) \ 295 296 297 298 299 300 301 302 303 304 305 306 307 308 295 $(HAL_OBJS_0) \ 296 $(HAL_OBJS_1) \ 297 $(DEV_OBJS) \ 298 $(MM_OBJS) \ 299 $(LIBK_OBJS) \ 300 $(DRIVERS_OBJS) \ 301 $(VFS_OBJS) \ 302 $(SYS_OBJS_0) \ 303 $(SYS_OBJS_1) \ 304 $(SYS_OBJS_2) \ 305 $(SYS_OBJS_3) \ 306 $(SYS_OBJS_4) \ 307 $(SYS_OBJS_5) \ 308 $(HAL_ARCH)/kernel.ld 309 309 $(LD) -o $@ -T $(HAL_ARCH)/kernel.ld $(LIBGCC) \ 310 310 $(KERN_OBJS) $(HAL_OBJS) $(DEV_OBJS) $(MM_OBJS) \
Note: See TracChangeset
for help on using the changeset viewer.