summaryrefslogtreecommitdiff
path: root/hal/phy/maximus/test/Makefile
blob: 80c8f42c45004f88bbcb6bc75e1497caef4f613a (plain)
1
2
3
4
5
6
7
8
BASE = ../../../..
EXTRA_HOST_CFLAGS+= -DUNIT_TEST
HOST_PROGRAMS = test_phy_maximus
test_phy_maximus_SOURCES = test_phy_access.c test_phy_ctrl.c test_phy_maximus.c test_bridgedma.c test_pbdma.c test_tmdma.c
test_phy_maximus_MODULES = lib hal/phy/maximus host
INCLUDES = hal/phy/maximus/test/inc

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