Changeset 459 for trunk/user/sort/Makefile
- Timestamp:
- Aug 13, 2018, 1:43:20 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user/sort/Makefile
r445 r459 1 1 ############################################################################ 2 # Makefile for the ALMOS-MKH "sort" application2 # Makefile for the "sort" application running on ALMOS-MKH 3 3 ############################################################################ 4 4 … … 15 15 -I$(LIBPTHREAD_INCLUDE) \ 16 16 -I$(LIBALMOSMKH_INCLUDE) \ 17 -I$(SHARED_INCLUDE) 17 -I$(SHARED_INCLUDE) \ 18 -I$(HAL_INCLUDE) 18 19 19 20 compile: dirs build/sort.elf 20 21 21 22 build/sort.elf : $(OBJS) sort.ld 22 $(LD) -o $@ -T sort.ld $(OBJS) -L$(LIBC) -L$(LIBPTHREAD) -L$(LIBALMOSMKH) -lc -lpthread -lalmosmkh -lpthread -lc 23 $(LD) -o $@ -T sort.ld $(OBJS) -L$(LIBC) -L$(LIBPTHREAD) -L$(LIBALMOSMKH) \ 24 -lc -lpthread -lalmosmkh -lpthread -lc 23 25 $(DU) -D $@ > $@.txt 24 26
Note: See TracChangeset
for help on using the changeset viewer.