2009-10-26 Robert Millan <rmh.grub@aybabtu.com>

* Makefile.in (RMKFILES): Rewrite using $(wildcard).
This commit is contained in:
robertmh 2009-10-26 18:25:02 +00:00
parent 478df40933
commit 0579b753d6
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2009-10-26 Robert Millan <rmh.grub@aybabtu.com>
* Makefile.in (RMKFILES): Rewrite using $(wildcard).
2009-10-26 Robert Millan <rmh.grub@aybabtu.com>
* disk/scsi.c: Remove `<grub/machine/kernel.h>' (not needed).

View File

@ -115,9 +115,7 @@ enable_efiemu = @enable_efiemu@
### General variables.
RMKFILES = $(addprefix conf/,common.rmk i386-coreboot.rmk i386-efi.rmk \
i386-qemu.rmk i386-ieee1275.rmk i386-pc.rmk i386.rmk powerpc-ieee1275.rmk \
sparc64-ieee1275.rmk x86_64-efi.rmk)
RMKFILES = $(wildcard conf/*.rmk)
MKFILES = $(patsubst %.rmk,%.mk,$(RMKFILES))