summaryrefslogtreecommitdiff
path: root/hal/phy/maximus/test/Makefile
blob: 5a05968d7a4e6e307a6b6376e44a293cb19658b6 (plain)
1
2
3
4
5
6
7
8
9
10
BASE = ../../../..
EXTRA_HOST_CFLAGS+= -DUNIT_TEST
HOST_PROGRAMS = test_phy_maximus
test_phy_maximus_SOURCES = test_phy_maximus.c test_phy_access.c \
                           test_phy_ctrl.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