more cygwin fixes

This commit is contained in:
BVK Chaitanya 2010-06-07 21:28:37 +05:30
parent 2d465fb052
commit e235a2289d
2 changed files with 15 additions and 15 deletions

View file

@ -233,7 +233,7 @@ program = {
source = kern/emu/full.c;
nodist = grub_emu_init.c;
ldadd = kernel.img;
ldadd = 'kernel.img$(EXEEXT)';
ldadd = '$(MODULE_FILES)';
ldadd = '$(LIBCURSES) $(LIBSDL) $(LIBUSB) $(LIBPCIACCESS)';
@ -247,19 +247,12 @@ program = {
source = kern/emu/cache.S;
nodist = symlist.c;
ldadd = kernel.img;
ldadd = 'kernel.img$(EXEEXT)';
ldadd = '$(LIBCURSES) $(LIBSDL) $(LIBUSB) $(LIBPCIACCESS)';
emu;
};
module = {
name = trig;
nodist = trigtables.c;
extra_dist = gentrigtables.c;
common;
};
image = {
name = boot;
i386_pc = boot/i386/pc/boot.S;
@ -311,6 +304,13 @@ image = {
i386_pc_ldflags = '$(TARGET_IMG_BASE_LDOPT),0x6000';
};
module = {
name = trig;
nodist = trigtables.c;
extra_dist = gentrigtables.c;
common;
};
module = {
name = libusb;
source = bus/usb/emu/usb.c;