>From 6f50c206451bd8454ba0c1ec72728257946de65c Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 13 Aug 2009 14:33:11 +0200 Subject: [PATCH 2/2] actually compile dsdt --- bios/Makefile.in | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/bios/Makefile.in b/bios/Makefile.in index 28ada75..7d8a65a 100644 --- a/bios/Makefile.in +++ b/bios/Makefile.in @@ -103,13 +103,11 @@ rombios32.out: rombios32start.o rombios32.o rombios32.ld rombios32.o: rombios32.c acpi-dsdt.hex $(GCC32) -O2 -Wall -c -o $@ $< -ifeq ("1", "0") acpi-dsdt.hex: acpi-dsdt.dsl cpp -P $< $<.i iasl -tc -p $@ $<.i rm $<.i sed -i -e's/^unsigned/const unsigned/' $@ -endif rombios32start.o: rombios32start.S $(GCC32) -c -o $@ $< -- 1.6.2.5