diff options
Diffstat (limited to 'sys-power/pmtools/files/pmtools-20061130-madt.patch')
-rw-r--r-- | sys-power/pmtools/files/pmtools-20061130-madt.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sys-power/pmtools/files/pmtools-20061130-madt.patch b/sys-power/pmtools/files/pmtools-20061130-madt.patch deleted file mode 100644 index b5163a378a27..000000000000 --- a/sys-power/pmtools/files/pmtools-20061130-madt.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -1,4 +1,4 @@ --DIRS = acpidump acpixtract -+DIRS = acpidump acpixtract madt - - all: - for i in $(DIRS); do $(MAKE) -C $$i $@; done ---- a/madt/Makefile -+++ b/madt/Makefile -@@ -1,6 +1,10 @@ -+all: madt -+ - test: madt - ./madt < APIC -+ - madt: madt.c acpi.h tables.c -- cc -o madt madt.c -+ $(CC) $(CFLAGS) -o $@ madt.c -+ - clean: - rm madt |