- Timestamp:
- 2010-01-20T20:33:55Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 975e7e9
- Parents:
- 6c01702 (diff), 3c081d0e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- boot/arch/ia64/loader
- Files:
-
- 3 edited
-
Makefile (modified) (1 diff)
-
Makefile.common (modified) (2 diffs)
-
gefi/HelenOS/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/loader/Makefile
r6c01702 r383ddd6 29 29 30 30 include Makefile.common 31 include ../../../../Makefile.config 31 32 32 33 .PHONY: all clean -
boot/arch/ia64/loader/Makefile.common
r6c01702 r383ddd6 31 31 # 32 32 33 include ../../../../Makefile.config 33 34 include ../../../Makefile.common 34 35 … … 44 45 KERNELDIR = ../../../../kernel 45 46 USPACEDIR = ../../../../uspace 47 48 ifeq ($(MACHINE),i460GX) 49 RD_SRVS += \ 50 $(USPACEDIR)/srv/hw/char/i8042/i8042 \ 51 $(USPACEDIR)/srv/hid/c_mouse/c_mouse 52 endif -
boot/arch/ia64/loader/gefi/HelenOS/Makefile
r6c01702 r383ddd6 33 33 FORMAT = efi-app-$(ARCH) 34 34 35 all: gefihello.efi35 all: hello.efi 36 36 37 37 clean: … … 46 46 #When selected first lines or second lines, select if image is linked into hello or not - usefull for network boot 47 47 #hello.so: hello.o image.o division.o 48 hello.so: hello.o image.bin division.o 48 hello.so: hello.o image.bin division.o gefi 49 49 # $(LD) $(LDFLAGS) -Map hello.map hello.o division.o image.o -o hello.so $(LOADLIBES) #link image inside hello 50 50 $(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.
