Changeset 236 for trunk/Makefile.x86
- Timestamp:
- Jul 19, 2017, 2:30:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.x86
r218 r236 56 56 HAL_OBJS = \ 57 57 build/kernel/hal/hal_boot.o \ 58 build/kernel/hal/hal_smpboot.o \ 58 59 build/kernel/hal/hal_init.o \ 59 60 build/kernel/hal/hal_cpu.o \ … … 292 293 $(DU) -D $@ > $@.txt 293 294 295 build/kernel/hal/hal_smpboot.o: hal/x86_64/core/hal_smpboot.S \ 296 hal/x86_64/core/hal_boot.h \ 297 hal/x86_64/core/hal_multiboot.h \ 298 hal/x86_64/core/hal_segmentation.h \ 299 kernel_config.h \ 300 hal/x86_64/core/hal_types.h 301 $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $< 302 $(DU) -D $@ > $@.txt 303 294 304 build/kernel/hal/hal_init.o: hal/x86_64/core/hal_init.c \ 295 305 hal/x86_64/core/hal_boot.h \
Note: See TracChangeset
for help on using the changeset viewer.