summaryrefslogtreecommitdiff
blob: 7a6a6d1f5b6456e139e7bcad159b90e7fd0ab888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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