Changes in boot/arch/ia64/loader/gefi/HelenOS/Makefile [177e4ea:cc1f8d4] in mainline
- File:
-
- 1 edited
-
boot/arch/ia64/loader/gefi/HelenOS/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/loader/gefi/HelenOS/Makefile
r177e4ea rcc1f8d4 22 22 # 23 23 24 prefix=$(PREFIX) 24 25 include ../Make.defaults 25 26 CDIR=$(TOPDIR)/.. … … 32 33 FORMAT = efi-app-$(ARCH) 33 34 34 all: hello.efi35 all: gefi hello.efi 35 36 36 37 clean: … … 45 46 #When selected first lines or second lines, select if image is linked into hello or not - usefull for network boot 46 47 #hello.so: hello.o image.o division.o 47 hello.so: hello.o image.bin division.o gefi48 hello.so: hello.o image.bin division.o 48 49 # $(LD) $(LDFLAGS) -Map hello.map hello.o division.o image.o -o hello.so $(LOADLIBES) #link image inside hello 49 50 $(LD) $(LDFLAGS) -Map hello.map hello.o division.o -o hello.so $(LOADLIBES) #dont link image inside hello … … 68 69 69 70 gefi: 70 $(MAKE) -C .. 71 $(MAKE) -C .. prefix=$(PREFIX)
Note:
See TracChangeset
for help on using the changeset viewer.
