Changeset f3c4a26 in mainline for boot/arch/ia64/loader/gefi/HelenOS/Makefile
- Timestamp:
- 2008-11-11T08:15:52Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ff3b7da7
- Parents:
- 59e4864
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/loader/gefi/HelenOS/Makefile
r59e4864 rf3c4a26 48 48 #When selected first lines or second lines, select if image is linked into hello or not - usefull for network boot 49 49 #hello.so: hello.o image.o 50 hello.so: hello.o 50 hello.so: hello.o image.bin 51 51 # $(LD) $(LDFLAGS) -Map hello.map hello.o image.o -o hello.so $(LOADLIBES) #link image inside hello 52 52 $(LD) $(LDFLAGS) -Map hello.map hello.o -o hello.so $(LOADLIBES) #dont link image inside hello … … 54 54 hello.o: hello.c 55 55 $(CC) $(INCDIR) $(CFLAGS) $(CPPFLAGS) -c hello.c -o hello.o 56 57 58 image.bin: ../../image.boot 59 $(OBJCOPY) -O binary ../../image.boot image.bin 60 56 61 57 62 image.o: ../../image.boot mkimage
Note:
See TracChangeset
for help on using the changeset viewer.