Chameleon

Chameleon Commit Details

Date:2010-12-21 09:13:52 (13 years 4 months ago)
Author:Evan Lojewski
Commit:687
Parents: 686
Message:Revert boot2 OBJS
Changes:
M/branches/meklort/i386/boot2/Makefile

File differences

branches/meklort/i386/boot2/Makefile
4141
4242
4343
44
44
45
4546
47
48
4649
4750
4851
# The ordering is important;
# boot2.o must be first.
OBJS = boot2.o boot.o modules.o modules_support.o
OBJS = boot2.o boot.o graphics.o drivers.o prompt.o options.o lzss.o mboot.o \
ramdisk.o resume.o bmdecompress.o modules.o modules_support.o
#OBJS = boot2.o boot.o modules.o modules_support.o
UTILDIR = ../util
SFILES = boot2.s
CFILES = boot.c graphics.c drivers.c prompt.c options.c

Archive Download the corresponding diff file

Revision: 687