Changeset 251 for trunk/Makefile.x86


Ignore:
Timestamp:
Jul 20, 2017, 1:22:29 PM (7 years ago)
Author:
max@…
Message:

Don't objdump each component; the kernel is enough.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.x86

    r250 r251  
    263263                                hal/x86_64/core/hal_types.h
    264264        $(CC) $(KERNEL_INCLUDE) $(CFLAGS)  -c -o $@ $<
    265         $(DU) -D $@ > $@.txt
    266265
    267266#######################################
     
    272271                                hal/x86_64/core/hal_types.h
    273272        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    274         $(DU) -D $@ > $@.txt
    275273
    276274######################################
     
    281279                                hal/x86_64/core/hal_types.h
    282280        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    283         $(DU) -D $@ > $@.txt
    284281
    285282build/kernel/hal/hal_boot.o:    hal/x86_64/core/hal_boot.S \
     
    290287                                hal/x86_64/core/hal_types.h
    291288        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    292         $(DU) -D $@ > $@.txt
    293289
    294290build/kernel/hal/hal_smpboot.o: hal/x86_64/core/hal_smpboot.S \
     
    299295                                hal/x86_64/core/hal_types.h
    300296        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    301         $(DU) -D $@ > $@.txt
    302297
    303298build/kernel/hal/hal_init.o:    hal/x86_64/core/hal_init.c         \
     
    311306                                hal/x86_64/core/hal_types.h
    312307        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    313         $(DU) -D $@ > $@.txt
    314308
    315309build/kernel/hal/hal_cpu.o:     hal/x86_64/core/hal_cpu.S \
     
    319313                                hal/x86_64/core/hal_types.h
    320314        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    321         $(DU) -D $@ > $@.txt
    322315
    323316build/kernel/hal/hal_kentry.o:  hal/x86_64/core/hal_kentry.S      \
     
    327320                                hal/x86_64/core/hal_types.h
    328321        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    329         $(DU) -D $@ > $@.txt
    330322
    331323build/kernel/hal/hal_acpi.o:    hal/x86_64/core/hal_acpi.c        \
     
    334326                                hal/x86_64/core/hal_types.h
    335327        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    336         $(DU) -D $@ > $@.txt
    337328
    338329build/kernel/hal/hal_apic.o:    hal/x86_64/core/hal_apic.c        \
     
    341332                                hal/x86_64/core/hal_types.h
    342333        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    343         $(DU) -D $@ > $@.txt
    344334
    345335build/kernel/hal/x86_printf.o:  hal/x86_64/core/x86_printf.c      \
     
    347337                                hal/x86_64/core/hal_types.h
    348338        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    349         $(DU) -D $@ > $@.txt
    350339
    351340######################################
     
    356345                                hal/x86_64/core/hal_types.h
    357346        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    358         $(DU) -D $@ > $@.txt
    359347
    360348#####################################
     
    365353                                hal/x86_64/core/hal_types.h
    366354        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    367         $(DU) -D $@ > $@.txt
    368355
    369356#######################################
     
    374361                                hal/x86_64/core/hal_types.h
    375362        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    376         $(DU) -D $@ > $@.txt
    377363
    378364###########################################
     
    383369                                hal/x86_64/core/hal_types.h
    384370        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    385         $(DU) -D $@ > $@.txt
    386371
    387372#######################################
     
    392377                                hal/x86_64/core/hal_types.h
    393378        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    394         $(DU) -D $@ > $@.txt
    395379
    396380###########################################################
Note: See TracChangeset for help on using the changeset viewer.