- make sure that we see freeramdisk only once

1_1_stable
Bernhard Reutner-Fischer 2006-03-24 09:48:18 +00:00
parent d1968672ef
commit 2dd13bd25a
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ UTILLINUX-$(CONFIG_SWAPONOFF) +=swaponoff.o
UTILLINUX-$(CONFIG_SWITCH_ROOT) +=switch_root.o
UTILLINUX-$(CONFIG_UMOUNT) +=umount.o
UTILLINUX-y:=$(sort $(UTILLINUX-y))
ifneq ($(strip $(UTILLINUX-y)),)
libraries-y+=$(UTILLINUX_DIR)$(UTILLINUX_AR)
endif