# # $Id$ # @SET_MAKE@ srcdir = @srcdir@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ # This driver needs to be reworked for the BSD stack. # # We only install wd80x3.h if HAS_NETWORKING was defined # WD80X3_yes_V = $(srcdir)/wd80x3.h # WD80X3 = $(WD80X3_$(HAS_NETWORKING)_V) H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h $(srcdir)/crt.h \ $(srcdir)/pc386uart.h $(srcdir)/pcibios.h \ $(WD80X3) # # Equate files are for including from assembly preprocessed by # gm4 or gasp. No examples are provided except for those for # other CPUs. The best way to generate them would be to # provide a program which generates the constants used based # on the C equivalents. # EQ_FILES = SRCS=$(H_FILES) $(EQ_FILES) include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/leaf.cfg CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE)