summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/firmwarekit/files/Makefile-no-externals.diff')
-rw-r--r--dev-util/firmwarekit/files/Makefile-no-externals.diff30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-util/firmwarekit/files/Makefile-no-externals.diff b/dev-util/firmwarekit/files/Makefile-no-externals.diff
deleted file mode 100644
index 7a6a6d1..0000000
--- a/dev-util/firmwarekit/files/Makefile-no-externals.diff
+++ /dev/null
@@ -1,30 +0,0 @@
-diff -aur linuxfirmwarekit/Makefile linuxfirmwarekit-fixed/Makefile
---- linuxfirmwarekit/Makefile 2007-04-10 23:12:47.000000000 +0200
-+++ linuxfirmwarekit-fixed/Makefile 2007-04-18 11:26:38.000000000 +0200
-@@ -4,7 +4,7 @@
- LDFLAGS = -nostdlibs -Linitramfs/data/lib -Linitramfs/data/usr/lib -export-dynamic -lc -ldl `pkg-config --libs glib-2.0` -lnewt -lslang
-
-
--SUBDIRS = acpiinfo pciresource acpicompile cpufreq ethernet edd battery msrpoke pcipoke usbports tonetest bashshell mcfg lmbench mtrr shelltools fan fadt chk_hpet suspend thermal_trip microcode dmi os2gap apicedge maxreadreq virt ebda SUN
-+SUBDIRS = acpiinfo pciresource cpufreq ethernet edd battery msrpoke pcipoke usbports tonetest bashshell mcfg mtrr shelltools fan fadt chk_hpet suspend thermal_trip microcode dmi os2gap apicedge maxreadreq virt ebda SUN
- LIBS = dmesg.o main.o tests.o plugins.o ui.o uri.o dumpxml.o usb.o serial.o lib.o acpitable.o dsdt.o e820.o ssh.o
-
- all: libstandalone.so biostest subdirs
-@@ -22,13 +22,13 @@
-
- $(SUBDIRS):
- $(MAKE) -C $@
-- cd initramfs/kernel ; make
-+# cd initramfs/kernel ; make
-
--biostest: $(LIBS) biostest.h .depend $(LIBC)
-+biostest: $(LIBS) biostest.h .depend
- gcc $(LIBS) $(LDFLAGS) -o biostest
-
--initramfs/data/usr/lib/libc.so:
-- cd initramfs ; sh create_initramfs.sh
-+#initramfs/data/usr/lib/libc.so:
-+# cd initramfs ; sh create_initramfs.sh
-
- libstandalone.so: $(LIBS) biostest.h .depend libstandalone.o
- gcc --shared libstandalone.o lib.o -o libstandalone.so