summaryrefslogtreecommitdiffstats
path: root/src/sys/init/makefile
blob: 4a1ecf48b17d06a3895574b021ebc769494bef7d (plain)
1
2
3
4
5
6
7
8
9
10
OBJDIR = ../../../obj
include ../../../config.mk

OBJS = init_main.o
OBJECTS = $(addprefix ${OBJDIR}/, ${OBJS})

all: ${OBJECTS}

clean:
	(rm -f ${OBJECTS} )
OpenPOWER on IntegriCloud