Changeset 443 for trunk/Makefile


Ignore:
Timestamp:
May 16, 2018, 4:15:22 PM (6 years ago)
Author:
alain
Message:

Fix few bugs whike debugging the sort multi-thread application.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r440 r443  
    4141                user/ksh/build/ksh.elf             \
    4242                user/pgdc/build/pgcd.elf           \
    43                 user/hello/build/hello.elf         \
     43                user/idbg/build/idbg.elf           \
    4444                user/sort/build/sort.elf
    4545
     
    6363         user/ksh/build/ksh.elf            \
    6464         user/pgcd/build/pgcd.elf          \
    65          user/hello/build/hello.elf        \
     65         user/idbg/build/idbg.elf          \
    6666         user/sort/build/sort.elf          \
    6767         list
     
    9494        $(MAKE) -C user/sort clean
    9595        $(MAKE) -C user/pgcd clean
    96         $(MAKE) -C user/hello clean
     96        $(MAKE) -C user/idbg clean
    9797        $(MAKE) -C $(HAL_ARCH) clean
    9898
     
    164164        $(MAKE) -C user/pgcd
    165165        mcopy -o -i $(DISK_IMAGE) $@ ::/bin/user
    166 user/hello/build/hello.elf: build_libs
    167         $(MAKE) -C user/hello
     166user/idbg/build/idbg.elf: build_libs
     167        $(MAKE) -C user/idbg
    168168        mcopy -o -i $(DISK_IMAGE) $@ ::/bin/user
    169169user/sort/build/sort.elf: build_libs
Note: See TracChangeset for help on using the changeset viewer.