Changeset 445 for trunk/user/init/Makefile
- Timestamp:
- May 29, 2018, 9:27:23 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user/init/Makefile
r444 r445 1 1 ######################################################################### 2 # Makefile for the ALMOS-MKH"init" application2 # Makefile for the "init" application 3 3 ######################################################################### 4 4 … … 11 11 OBJS = build/init.o 12 12 13 INCLUDES = -I. \14 -I../.. \15 -I$(LIBC_INCLUDE) /\16 -I$(LIBPTHREAD_INCLUDE) \13 INCLUDES = -I. \ 14 -I../.. \ 15 -I$(LIBC_INCLUDE) \ 16 -I$(LIBPTHREAD_INCLUDE) \ 17 17 -I$(LIBALMOSMKH_INCLUDE) \ 18 18 -I$(SHARED_INCLUDE) 19 19 20 20 compile : dirs build/init.elf 21 21 22 build/init.elf : $(OBJS) init.ld 22 $(LD) -o $@ -T init.ld $(OBJS) - nostdlib -L$(LIBC) -L$(LIBPTHREAD) -L$(LIBALMOSMKH) -lc -lpthread -lalmos-mkh -lpthread -lc23 $(LD) -o $@ -T init.ld $(OBJS) -L$(LIBC) -L$(LIBPTHREAD) -L$(LIBALMOSMKH) -lc -lpthread -lalmosmkh -lpthread -lc 23 24 $(DU) -D $@ > $@.txt 24 25
Note: See TracChangeset
for help on using the changeset viewer.