Changeset 427 for trunk/user/sort
- Timestamp:
- Jan 29, 2018, 6:06:11 PM (7 years ago)
- Location:
- trunk/user/sort
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user/sort/Makefile
r417 r427 23 23 $(LIBS)/build/pthread.o \ 24 24 $(LIBS)/build/malloc.o \ 25 $(LIBS)/build/nostdio.o \26 25 $(LIBS)/build/hal_user.o 27 26 … … 56 55 $(DU) -D $@ > $@.txt 57 56 58 $(LIBS)/build/nostdio.o : $(LIBS)/nostdio.c $(LIBS)/nostdio.h59 $(CC) $(INCLUDES) $(CFLAGS) -c -o $@ $<60 $(DU) -D $@ > $@.txt61 62 57 clean: 63 58 rm -f *.o *.elf *.txt core $(LIBS)/build/*.o $(LIBS)/build/*.txt -
trunk/user/sort/sort.c
r417 r427 22 22 /////////////////////////////////////////////////////////////////////////////// 23 23 24 #include <nostdio.h>25 24 #include <stdio.h> 26 25 #include <stdlib.h>
Note: See TracChangeset
for help on using the changeset viewer.