#
# $Id: Makefile,v 1.21 2005/08/02 10:04:33 adam Exp $
#
# Makefile for the demo of the names server
#

SYSTEMS := x86-l4v2 x86-l4x0 arm-l4x0
PKGDIR  ?= ../..
L4DIR   ?= $(PKGDIR)/../..

SRC_C			= demo.c
MODE			= sigma0

TARGET			= names_demo
DEFAULT_RELOC_x86	= 0x00e00000
DEFAULT_RELOC_arm	= 0x001a0000

include $(L4DIR)/mk/prog.mk
