We don't need to save the dbm690t filo config file for the new version of filo. ...
[buildrom.git] / buildrom-devel / packages / kexec-boot-loader / cross_compile.patch
blob7500687ead6da8fbaffc0ef1394ed6e609276d88
1 --- kexec-boot-loader.org/Makefile 2007-12-07 10:28:26.000000000 -0700
2 +++ kexec-boot-loader/Makefile 2007-12-07 10:28:47.000000000 -0700
3 @@ -18,6 +18,15 @@
5 all: olpc-boot-loader
7 +kexec/x86-setup-32.o:
8 + $(CC) $(CFLAGS) kexec/x86-setup-32.S -nostdlib -c -o $@
10 +kexec/x86-setup-16.o:
11 + $(CC) $(CFLAGS) kexec/x86-setup-16.S -nostdlib -c -o $@
13 +kexec/x86-setup-16-debug.o:
14 + $(CC) $(CFLAGS) kexec/x86-setup-16-debug.S -nostdlib -c -o $@
16 $(PROGS):
17 $(CC) $(CFLAGS) $@.c -nostdlib -o $@