Changeset bb74e8ab in mainline for boot/arch/ia64/loader/gefi/HelenOS/Makefile
- Timestamp:
- 2008-12-12T05:34:10Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4b8f1c3
- Parents:
- 925fdd7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/loader/gefi/HelenOS/Makefile
r925fdd7 rbb74e8ab 49 49 #When selected first lines or second lines, select if image is linked into hello or not - usefull for network boot 50 50 #hello.so: hello.o image.o division.o 51 hello.so: hello.o image.bin 51 hello.so: hello.o image.bin division.o 52 52 # $(LD) $(LDFLAGS) -Map hello.map hello.o division.o image.o -o hello.so $(LOADLIBES) #link image inside hello 53 53 $(LD) $(LDFLAGS) -Map hello.map hello.o division.o -o hello.so $(LOADLIBES) #dont link image inside hello
Note:
See TracChangeset
for help on using the changeset viewer.