Ignore:
Timestamp:
Jan 29, 2018, 6:06:11 PM (6 years ago)
Author:
alain
Message:

Several processes KSH[i] can be launched by the INIT process.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user/pgcd/Makefile

    r417 r427  
    2020OBJS = pgcd.o                   \
    2121       $(LIBS)/build/stdlib.o   \
    22        $(LIBS)/build/nostdio.o  \
    2322       $(LIBS)/build/stdio.o    \
    2423       $(LIBS)/build/hal_user.o
     
    4645        $(DU) -D $@ > $@.txt
    4746
    48 $(LIBS)/build/nostdio.o : $(LIBS)/nostdio.c $(LIBS)/nostdio.h
    49         $(CC) $(INCLUDES) $(CFLAGS) -c -o  $@ $<
    50         $(DU) -D $@ > $@.txt
    51 
    5247clean:
    5348        rm -f *.o *.elf *.txt core $(LIBS)/build/*.o $(LIBS)/build/*.txt
Note: See TracChangeset for help on using the changeset viewer.