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

SUBDIRS = init.d
IMAGES += ${IMGDIR}/kernel.elf 
IMAGES += ${IMGDIR}/kernel.bin

all: ${SUBDIRS}

clean: $(patsubst %.d,%.clean, ${SUBDIRS})
	(rm -f ${IMAGES} )
OpenPOWER on IntegriCloud