Changeset 358


Ignore:
Timestamp:
Aug 9, 2017, 10:59:42 AM (7 years ago)
Author:
max@…
Message:

Don't dump the kernel components on TSAR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r317 r358  
    398398                                hal/tsar_mips32/core/hal_types.h
    399399        $(CC) $(KERNEL_INCLUDE) $(CFLAGS)  -c -o $@ $<
    400         $(DU) -D $@ > $@.txt
    401400
    402401#######################################
     
    407406                                hal/tsar_mips32/core/hal_types.h
    408407        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    409         $(DU) -D $@ > $@.txt
    410408
    411409######################################
     
    416414                                hal/tsar_mips32/core/hal_types.h
    417415        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    418         $(DU) -D $@ > $@.txt
    419416
    420417build/kernel/hal/hal_kentry.o:  hal/tsar_mips32/core/hal_kentry.S \
     
    423420                                hal/tsar_mips32/core/hal_types.h
    424421        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    425         $(DU) -D $@ > $@.txt
    426422
    427423build/kernel/hal/hal_switch.o:  hal/tsar_mips32/core/hal_switch.S \
     
    437433                                hal/tsar_mips32/core/hal_types.h
    438434        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    439         $(DU) -D $@ > $@.txt
    440435
    441436#####################################
     
    446441                                hal/tsar_mips32/core/hal_types.h
    447442        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    448         $(DU) -D $@ > $@.txt
    449443
    450444#######################################
     
    455449                                hal/tsar_mips32/core/hal_types.h
    456450        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    457         $(DU) -D $@ > $@.txt
    458451
    459452###########################################
     
    464457                                hal/tsar_mips32/core/hal_types.h
    465458        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    466         $(DU) -D $@ > $@.txt
    467459
    468460#######################################
     
    473465                                hal/tsar_mips32/core/hal_types.h
    474466        $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $<
    475         $(DU) -D $@ > $@.txt
    476467
    477468###########################################################
Note: See TracChangeset for help on using the changeset viewer.