Changeset 358
- Timestamp:
- Aug 9, 2017, 10:59:42 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r317 r358 398 398 hal/tsar_mips32/core/hal_types.h 399 399 $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $< 400 $(DU) -D $@ > $@.txt401 400 402 401 ####################################### … … 407 406 hal/tsar_mips32/core/hal_types.h 408 407 $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $< 409 $(DU) -D $@ > $@.txt410 408 411 409 ###################################### … … 416 414 hal/tsar_mips32/core/hal_types.h 417 415 $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $< 418 $(DU) -D $@ > $@.txt419 416 420 417 build/kernel/hal/hal_kentry.o: hal/tsar_mips32/core/hal_kentry.S \ … … 423 420 hal/tsar_mips32/core/hal_types.h 424 421 $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $< 425 $(DU) -D $@ > $@.txt426 422 427 423 build/kernel/hal/hal_switch.o: hal/tsar_mips32/core/hal_switch.S \ … … 437 433 hal/tsar_mips32/core/hal_types.h 438 434 $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $< 439 $(DU) -D $@ > $@.txt440 435 441 436 ##################################### … … 446 441 hal/tsar_mips32/core/hal_types.h 447 442 $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $< 448 $(DU) -D $@ > $@.txt449 443 450 444 ####################################### … … 455 449 hal/tsar_mips32/core/hal_types.h 456 450 $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $< 457 $(DU) -D $@ > $@.txt458 451 459 452 ########################################### … … 464 457 hal/tsar_mips32/core/hal_types.h 465 458 $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $< 466 $(DU) -D $@ > $@.txt467 459 468 460 ####################################### … … 473 465 hal/tsar_mips32/core/hal_types.h 474 466 $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $< 475 $(DU) -D $@ > $@.txt476 467 477 468 ###########################################################
Note: See TracChangeset
for help on using the changeset viewer.