# Makefile for busybox
#
# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
#
# Licensed under the GPL v2, see the file LICENSE in this tarball.

obj-y:=
obj-$(CONFIG_HALT)	+= halt.o
obj-$(CONFIG_INIT)	+= init.o
obj-$(CONFIG_MESG)	+= mesg.o
obj-$(CONFIG_INIT)	+= init_shared.o
obj-$(CONFIG_HALT)	+= init_shared.o
