summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-12-21 17:37:51 +0000
committerThierry Vignaud <tv@mageia.org>2012-12-21 17:37:51 +0000
commita90e0a6af9eb413f5993933ec7f3d93ae3948dfb (patch)
tree659943b1b60d3b7cbad847ceda4a1aaa81beb248 /mdk-stage1/Makefile
parent3dea187456e97810484f7ae788be7e23ffd1dad8 (diff)
downloaddrakx-a90e0a6af9eb413f5993933ec7f3d93ae3948dfb.tar
drakx-a90e0a6af9eb413f5993933ec7f3d93ae3948dfb.tar.gz
drakx-a90e0a6af9eb413f5993933ec7f3d93ae3948dfb.tar.bz2
drakx-a90e0a6af9eb413f5993933ec7f3d93ae3948dfb.tar.xz
drakx-a90e0a6af9eb413f5993933ec7f3d93ae3948dfb.zip
kill firmware loader now that firmware are loaded by the kernel
Diffstat (limited to 'mdk-stage1/Makefile')
-rw-r--r--mdk-stage1/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile
index 8978af384..f84dc2a75 100644
--- a/mdk-stage1/Makefile
+++ b/mdk-stage1/Makefile
@@ -128,7 +128,7 @@ NETWORK_STANDALONE_DEFS = -DDISABLE_CDROM -DDISABLE_DISK -DENABLE_NETWORK_STANDA
STAGE1OBJS-FULL = $(subst .c,-FULL.o,$(STAGE1_ALLSRC))
-BINS = init stage1 dhcp-client rescue-gui probe-modules hotplug
+BINS = init stage1 dhcp-client rescue-gui probe-modules
DIRS += pci-resource usb-resource
ifeq (i386, $(ARCH))
@@ -196,10 +196,6 @@ localclean:
rm -f *.o .depend *.rdz *.img $(BINS)
-hotplug: hotplug.o
- $(DIET) $(CC) $(LDFLAGS) -o $@ $^
- $(STRIPCMD) $@
-
rescue-gui: rescue-gui.o frontend-common.o params.o utils.o log.o automatic.o $(FRONTEND_LINK) $(STAGE1_LIBC)
$(DIET) $(CC) $(LDFLAGS) -o $@ $^
$(STRIPCMD) $@