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

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

all: ${SUBDIRS}
	${MAKE} ${IMAGES}

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