From a706aadf4a136e796bbfa4d0b9029f571a251168 Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Thu, 23 Apr 2009 04:54:18 +0000 Subject: - ported to RTEMS. --- bsd_eth_drivers/if_fxp/Makefile.am | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bsd_eth_drivers/if_fxp/Makefile.am (limited to 'bsd_eth_drivers/if_fxp/Makefile.am') diff --git a/bsd_eth_drivers/if_fxp/Makefile.am b/bsd_eth_drivers/if_fxp/Makefile.am new file mode 100644 index 0000000..f58c259 --- /dev/null +++ b/bsd_eth_drivers/if_fxp/Makefile.am @@ -0,0 +1,22 @@ +# $Id$ +AUTOMAKE_OPTIONS=foreign + +include $(top_srcdir)/rtems-pre.am + +libif_fxp_a_SOURCES = if_fxp.c +libif_fxp_a_SOURCES += if_fxpreg.h if_fxpvar.h rcvbundl.h + +lib_LIBRARIES = libif_fxp.a + +AM_CPPFLAGS += -I$(srcdir) +AM_CPPFLAGS += -I$(srcdir)/../libbsdport -I../libbsdport -I../libbsdport/dummyheaders +AM_CPPFLAGS += $(CPPFLAGS_82542_SUPPORT_$(ENBL_82542_SUPPORT)) +AM_CPPFLAGS += $(CPPFLAGS_ICH8LAN_SUPPORT_$(ENBL_ICH8LAN_SUPPORT)) + +LINKS = dev/fxp/if_fxpreg.h dev/fxp/if_fxpvar.h dev/fxp/rcvbundl.h + +BUILT_SOURCES = + +$(libif_fxp_a_OBJECTS): $(LINKS) + +include ../links.am -- cgit v1.2.3