summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhpa <hpa>2005-01-06 22:34:06 +0000
committerhpa <hpa>2005-01-06 22:34:06 +0000
commita966e54c41674cfb72340fd436bdf85988c14dd7 (patch)
tree93d244d27e6c2f9a6bca7b2432ba66c841be57fb /Makefile
parentfb7489b14bc413a373e4138157a34e2683a1aa26 (diff)
downloadsyslinux-a966e54c41674cfb72340fd436bdf85988c14dd7.tar.gz
Commit 3.10 changes to mainline. In particular, support multi-file
initrd, and the shuffle and boot API.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f6927c0f..3b361bed 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
## $Id$
## -----------------------------------------------------------------------
##
-## Copyright 1998-2004 H. Peter Anvin - All Rights Reserved
+## Copyright 1998-2005 H. Peter Anvin - All Rights Reserved
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -50,7 +50,7 @@ VERSION = $(shell cat version)
# directories.
#
CSRC = syslxmod.c gethostip.c
-NASMSRC = ldlinux.asm copybs.asm pxelinux.asm mbr.asm isolinux.asm
+NASMSRC = $(wildcard *.asm)
SOURCES = $(CSRC) *.h $(NASMSRC) *.inc
# _bin.c files required by both BTARGET and ITARGET installers