Add a compatibility symlink for grubinst, just in case.
[grub-extras.git] / Makefile.core.def
bloba41f4cc13d56a73b93ef4ba1b9c19b297b445858
1 AutoGen definitions Makefile.tpl;
3 image = {
4 name = g2hdr;
5 i386_pc = contrib/ntldr-img/g2hdr.S;
6 i386_pc_ldflags = '$(TARGET_IMG_LDFLAGS)';
7 i386_pc_ldflags = '$(TARGET_IMG_BASE_LDOPT),0x0';
8 objcopyflags = '-O binary';
9 enable = i386_pc;
12 image = {
13 name = grldr;
14 i386_pc = contrib/ntldr-img/grldrstart.S;
15 i386_pc = contrib/ntldr-img/ntfsbs.S;
16 i386_pc_ccasflags = -DGRLDR_MBR;
17 i386_pc_ldflags = '$(TARGET_IMG_LDFLAGS)';
18 i386_pc_ldflags = '$(TARGET_IMG_BASE_LDOPT),0x7c00';
19 objcopyflags = '-O binary';
20 enable = i386_pc;