summaryrefslogtreecommitdiff
path: root/hal/leon/maximus/test/Makefile
blob: 305256daead203b40d1bfb58a2997589133b5e8d (plain)
1
2
3
4
5
6
7
8
BASE = ../../../..
EXTRA_HOST_CFLAGS+= -DUNIT_TEST
HOST_PROGRAMS = test_maximus_timer
test_maximus_timer_SOURCES = test_maximus_timer.c
test_maximus_timer_MODULES = lib host hal/leon/maximus
INCLUDES = hal/leon/maximus/test/inc

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