summaryrefslogtreecommitdiffstats
path: root/bsd_eth_drivers/if_pcn/Makefile.am
blob: b3c877cf7c4e589604c729d434f17905192b53af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#  $Id$
AUTOMAKE_OPTIONS=foreign

include $(top_srcdir)/rtems-pre.am

libif_pcn_a_SOURCES    = if_pcn.c if_pcnreg.h
lib_LIBRARIES          = libif_pcn.a

AM_CPPFLAGS           +=-I$(srcdir)
AM_CPPFLAGS           += -I$(srcdir)/../libbsdport -I../libbsdport -I../libbsdport/dummyheaders
#AM_CPPFLAGS           += -DPCN_DEBUG

include $(top_srcdir)/rtems.am

LINKS                  = pci/if_pcnreg.h

BUILT_SOURCES          =

$(libif_pcn_a_OBJECTS): $(LINKS)

include ../links.am