summaryrefslogtreecommitdiff
path: root/cesar/hal/ipmbox/test/Makefile
blob: 4820f10f9b64d1696136d46df7c4b095f9abea80 (plain)
1
2
3
4
5
6
7
8
9
10
BASE = ../../..

INCLUDES = hal/ipmbox/test/override/

HOST_PROGRAMS = test_ipmbox

test_ipmbox_SOURCES = ipmbox.c
test_ipmbox_MODULES = lib hal/ipmbox ../common/ipmbox

include $(BASE)/common/make/top.mk