X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile;h=613b597ee890ac7d8c4b0034702cb74be251ac57;hb=496ea4aee6c10fb6fa4d799df0df7ae34b4deb0b;hp=d8ec67d487a8a653f6ff1e1cd1b17074899c9519;hpb=054761502f884ae2cb147c75bd17a660fe63b071;p=debian%2Felilo diff --git a/Makefile b/Makefile index d8ec67d..613b597 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ # # Copyright (C) 2001-2003 Hewlett-Packard Co. # Contributed by Stephane Eranian +# Contributed by Fenghua Yu +# Contributed by Chandramouli Narayanan # # This file is part of ELILO, the LINUX EFI boot loader. # @@ -58,10 +60,14 @@ 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 \ - fs/fs.o \ + gunzip.o console.o fs/fs.o \ choosers/choosers.o \ devschemes/devschemes.o \ $(ARCH)/sysdeps.o \