parent
64cdcfed2c
commit
97b2a7df25
40 changed files with 139707 additions and 92 deletions
6
Makefile
6
Makefile
|
@ -1,6 +1,8 @@
|
|||
#
|
||||
# Copyright (C) 2001-2003 Hewlett-Packard Co.
|
||||
# Contributed by Stephane Eranian <eranian@hpl.hp.com>
|
||||
# Contributed by Fenghua Yu<fenghua.yu@intel.com>
|
||||
# Contributed by Chandramouli Narayanan<mouli@linux.intel.com>
|
||||
#
|
||||
# This file is part of ELILO, the LINUX EFI boot loader.
|
||||
#
|
||||
|
@ -58,6 +60,10 @@ ifeq ($(ARCH),ia32)
|
|||
SUBDIRS += ia32
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),x86_64)
|
||||
SUBDIRS += x86_64
|
||||
endif
|
||||
|
||||
FILES = elilo.o getopt.o strops.o loader.o \
|
||||
fileops.o util.o vars.o alloc.o chooser.o \
|
||||
config.o initrd.o alternate.o bootparams.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue