summaryrefslogtreecommitdiff
path: root/cesar/hal/ipmbox/maximus/test/Makefile
blob: f4e0b0130925e8b8a562e94810861d97495fa3f6 (plain)
1
2
3
4
5
6
7
8
BASE = ../../../..
EXTRA_HOST_CFLAGS+= -DUNIT_TEST
HOST_PROGRAMS = test_maximus_hle
test_maximus_hle_SOURCES = test_maximus_hle.c test_maximus_ipmbox.c test_maximus_ether.c
test_maximus_hle_MODULES = lib hal/ipmbox/maximus host
INCLUDES = hal/ipmbox/maximus/test/inc

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